[svn:parrot] r47869 - in branches/cfunctionsdocs: compilers/pirc/src t/codingstd

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Jun 26 14:51:47 UTC 2010


Author: jkeenan
Date: Sat Jun 26 14:51:46 2010
New Revision: 47869
URL: https://trac.parrot.org/parrot/changeset/47869

Log:
Correct some apparent POD-formatting errors which were preventing file from passing c_functions_docs.t.

Modified:
   branches/cfunctionsdocs/compilers/pirc/src/pircapi.c
   branches/cfunctionsdocs/t/codingstd/c_function_docs.t

Modified: branches/cfunctionsdocs/compilers/pirc/src/pircapi.c
==============================================================================
--- branches/cfunctionsdocs/compilers/pirc/src/pircapi.c	Sat Jun 26 14:46:12 2010	(r47868)
+++ branches/cfunctionsdocs/compilers/pirc/src/pircapi.c	Sat Jun 26 14:51:46 2010	(r47869)
@@ -17,6 +17,9 @@
 /* HEADERIZER BEGIN: static */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 
+/* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
+/* HEADERIZER END: static */
+
 
 /*
 
@@ -72,16 +75,14 @@
 =item C<void parse_file(PARROT_INTERP, int flexdebug, FILE *infile, char * const
 filename, int flags, int thr_id, unsigned macro_size, char * const outputfile)>
 
-=cut
-
 This will be the proper declaration after testing for thread-safety:
 
 void parse_file(int flexdebug, FILE *infile, char * const filename, int flags,
                 char * const outputfile)
 
-*/
-
+=cut
 
+*/
 
 void
 parse_file(PARROT_INTERP, int flexdebug, ARGIN(FILE *infile),
@@ -260,6 +261,8 @@
 =item C<PackFile_ByteCode * pirc_compile_file(PARROT_INTERP, const char
 *filename, STRING **error_message)>
 
+Returns NULL.
+
 =cut
 
 */
@@ -274,8 +277,6 @@
 }
 
 
-/* HEADERIZER END: static */
-
 
 /*
 

Modified: branches/cfunctionsdocs/t/codingstd/c_function_docs.t
==============================================================================
--- branches/cfunctionsdocs/t/codingstd/c_function_docs.t	Sat Jun 26 14:46:12 2010	(r47868)
+++ branches/cfunctionsdocs/t/codingstd/c_function_docs.t	Sat Jun 26 14:51:46 2010	(r47869)
@@ -91,7 +91,6 @@
 }
 
 __DATA__
-compilers/pirc/src/pircapi.c
 
 # Local Variables:
 #   mode: cperl


More information about the parrot-commits mailing list