[svn:parrot] r48877 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Sep 9 02:49:20 UTC 2010


Author: mikehh
Date: Thu Sep  9 02:49:19 2010
New Revision: 48877
URL: https://trac.parrot.org/parrot/changeset/48877

Log:
sort out documentation to pass c_function_docs.t

Modified:
   trunk/src/spf_render.c

Modified: trunk/src/spf_render.c
==============================================================================
--- trunk/src/spf_render.c	Thu Sep  9 02:26:50 2010	(r48876)
+++ trunk/src/spf_render.c	Thu Sep  9 02:49:19 2010	(r48877)
@@ -304,15 +304,16 @@
     *p = '\0';
 }
 
-/* This function is called to canonicalize any exponent in a formatted
+/*
+
+=item C<static void canonicalize_exponent(PARROT_INTERP, char *tc, SpfInfo
+*info)>
+
+   This function is called to canonicalize any exponent in a formatted
    float. PARROT_SPRINTF_EXP_DIGITS specifies the standard number of
    exponent digits that we want. Remember that the exponent has the
    form '...Esddd ', where 's' is the sign, 'ddd' is some number of digits,
-   and there may be trailing spaces. */
-
-/*
-
-=item C<static void canonicalize_exponent(PARROT_INTERP, char *tc, SpfInfo *info)>
+   and there may be trailing spaces
 
 =cut
 


More information about the parrot-commits mailing list