[svn:parrot] r46931 - trunk/compilers/imcc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon May 24 00:32:41 UTC 2010


Author: mikehh
Date: Mon May 24 00:32:41 2010
New Revision: 46931
URL: https://trac.parrot.org/parrot/changeset/46931

Log:
add pod documentation

Modified:
   trunk/compilers/imcc/main.c

Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c	Mon May 24 00:14:58 2010	(r46930)
+++ trunk/compilers/imcc/main.c	Mon May 24 00:32:41 2010	(r46931)
@@ -147,6 +147,16 @@
     return 1;
 }
 
+/*
+
+=item C<static void imcc_parseflags(PARROT_INTERP, int argc, const char **argv)>
+
+Parse flags ans set approptiate state(s)
+
+=cut
+
+*/
+
 static void
 imcc_parseflags(PARROT_INTERP, int argc, ARGIN(const char **argv))
 {


More information about the parrot-commits mailing list