[libfann] 85/242: Changed error functions to reflect recent changes.

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit a5fbf420669014d4325c61bb42ca71ced5152301
Author: Evan Nemerson <evan at coeus-group.com>
Date:   Mon Feb 16 22:11:09 2004 +0000

    Changed error functions to reflect recent changes.
---
 doc/fann.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/fann.xml b/doc/fann.xml
index 56ab4f5..82b4de7 100644
--- a/doc/fann.xml
+++ b/doc/fann.xml
@@ -1012,7 +1012,7 @@ int main()
      <title>Description</title>
      <methodsynopsis>
       <type>unsigned int</type><methodname>fann_get_errno</methodname>
-      <methodparam><type>struct fann *</type><parameter>ann</parameter></methodparam>
+      <methodparam><type>struct fann_error *</type><parameter>errdat</parameter></methodparam>
      </methodsynopsis>
      <para>
       Returns the numerical representation of the last error. The error codes are defined
@@ -1030,7 +1030,7 @@ int main()
      <title>Description</title>
      <methodsynopsis>
       <type>char *</type><methodname>fann_get_errstr</methodname>
-      <methodparam><type>struct fann *</type><parameter>ann</parameter></methodparam>
+      <methodparam><type>struct fann_error *</type><parameter>errdat</parameter></methodparam>
      </methodsynopsis>
      <para>
       Returns the last error.
@@ -1052,7 +1052,7 @@ int main()
      <title>Description</title>
      <methodsynopsis>
       <type>void</type><methodname>fann_reset_errno</methodname>
-      <methodparam><type>struct fann *</type><parameter>ann</parameter></methodparam>
+      <methodparam><type>struct fann_error *</type><parameter>errdat</parameter></methodparam>
      </methodsynopsis>
      <para>
       Reset the last error number.
@@ -1069,7 +1069,7 @@ int main()
      <title>Description</title>
      <methodsynopsis>
       <type>void</type><methodname>fann_reset_errstr</methodname>
-      <methodparam><type>struct fann *</type><parameter>ann</parameter></methodparam>
+      <methodparam><type>struct fann_error *</type><parameter>errdat</parameter></methodparam>
      </methodsynopsis>
      <para>
       Reset the last error string.
@@ -1086,7 +1086,7 @@ int main()
      <title>Description</title>
      <methodsynopsis>
       <type>void</type><methodname>fann_set_error_log</methodname>
-      <methodparam><type>struct fann *</type><parameter>ann</parameter></methodparam>
+      <methodparam><type>struct fann_error *</type><parameter>errdat</parameter></methodparam>
       <methodparam><type>FILE *</type><parameter>log</parameter></methodparam>
      </methodsynopsis>
      <para>
@@ -1293,7 +1293,7 @@ int main()
       <title>Description</title>
       <methodsynopsis>
        <type>void</type><methodname>fann_error</methodname>
-       <methodparam><type>struct fann *</type><parameter>ann</parameter></methodparam>
+       <methodparam><type>struct fann_error *</type><parameter>errdat</parameter></methodparam>
        <methodparam><type>unsigned int</type><parameter>errno</parameter></methodparam>
        <methodparam><parameter>...</parameter></methodparam>
       </methodsynopsis>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list