[svn:parrot] r47836 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Jun 25 16:28:30 UTC 2010


Author: mikehh
Date: Fri Jun 25 16:28:29 2010
New Revision: 47836
URL: https://trac.parrot.org/parrot/changeset/47836

Log:
add C function documentation

Modified:
   trunk/src/nci_test.c

Modified: trunk/src/nci_test.c
==============================================================================
--- trunk/src/nci_test.c	Fri Jun 25 15:23:35 2010	(r47835)
+++ trunk/src/nci_test.c	Fri Jun 25 16:28:29 2010	(r47836)
@@ -1147,6 +1147,16 @@
     return s;
 }
 
+/*
+
+=item C<static void validate_float(float f, double checkval)>
+
+Check that a float value f is has an error ratio of less than 0.01
+when compared to a double value checkval
+
+=cut
+
+*/
 
 static void
 validate_float(float f, double checkval)


More information about the parrot-commits mailing list