[svn:parrot] r37856 - in trunk: compilers/imcc t/codingstd
coke at svn.parrot.org
coke at svn.parrot.org
Wed Apr 1 20:38:34 UTC 2009
Author: coke
Date: Wed Apr 1 20:38:34 2009
New Revision: 37856
URL: https://trac.parrot.org/parrot/changeset/37856
Log:
[t/docs] remove some non-documentation
Modified:
trunk/compilers/imcc/parser_util.c
trunk/t/codingstd/c_function_docs.t
Modified: trunk/compilers/imcc/parser_util.c
==============================================================================
--- trunk/compilers/imcc/parser_util.c Wed Apr 1 20:18:44 2009 (r37855)
+++ trunk/compilers/imcc/parser_util.c Wed Apr 1 20:38:34 2009 (r37856)
@@ -311,8 +311,6 @@
=item C<static Instruction * var_arg_ins(PARROT_INTERP, IMC_Unit *unit, const
char *name, SymReg **r, int n, int emit)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -577,8 +575,6 @@
=item C<int do_yylex_init(PARROT_INTERP, yyscan_t* yyscanner)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -746,10 +742,8 @@
=item C<PMC * imcc_compile_pasm(PARROT_INTERP, const char *s)>
-TODO: Needs to be documented!!!
-
- * Note: This function is provided for backward compatibility. This
- * function can go away in future.
+Note: This function is provided for backward compatibility. This
+function can go away in future.
=cut
@@ -769,10 +763,8 @@
=item C<PMC * imcc_compile_pir(PARROT_INTERP, const char *s)>
-TODO: Needs to be documented!!!
-
- * Note: This function is provided for backward compatibility. This
- * function can go away in future.
+Note: This function is provided for backward compatibility. This
+function can go away in future.
=cut
@@ -793,8 +785,6 @@
=item C<PMC * IMCC_compile_pir_s(PARROT_INTERP, const char *s, STRING
**error_message)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -814,8 +804,6 @@
=item C<PMC * IMCC_compile_pasm_s(PARROT_INTERP, const char *s, STRING
**error_message)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -834,8 +822,6 @@
=item C<PMC * imcc_compile_pasm_ex(PARROT_INTERP, const char *s)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -861,8 +847,6 @@
=item C<PMC * imcc_compile_pir_ex(PARROT_INTERP, const char *s)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -1000,10 +984,8 @@
=item C<void * IMCC_compile_file(PARROT_INTERP, const char *s)>
-TODO: Needs to be documented!!!
-
- * Note: This function is provided for backward compatibility. This
- * function can go away in future.
+Note: This function is provided for backward compatibility. This
+function can go away in future.
=cut
@@ -1023,8 +1005,6 @@
=item C<void * IMCC_compile_file_s(PARROT_INTERP, const char *s, STRING
**error_message)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -1067,8 +1047,6 @@
=item C<static int change_op(PARROT_INTERP, IMC_Unit *unit, SymReg **r, int num,
int emit)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -1212,8 +1190,6 @@
=item C<static const char * try_rev_cmp(const char *name, SymReg **r)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -1282,8 +1258,6 @@
=item C<void imcc_init(PARROT_INTERP)>
-TODO: Needs to be documented!!!
-
=cut
*/
@@ -1334,8 +1308,6 @@
=item C<void imcc_destroy(PARROT_INTERP)>
-TODO: Needs to be documented!!!
-
=cut
*/
Modified: trunk/t/codingstd/c_function_docs.t
==============================================================================
--- trunk/t/codingstd/c_function_docs.t Wed Apr 1 20:18:44 2009 (r37855)
+++ trunk/t/codingstd/c_function_docs.t Wed Apr 1 20:38:34 2009 (r37856)
@@ -92,6 +92,7 @@
src/gc/generational_ms.c
compilers/imcc/instructions.c
compilers/imcc/optimizer.c
+compilers/imcc/parser_util.c
compilers/imcc/pbc.c
compilers/imcc/pcc.c
compilers/imcc/reg_alloc.c
More information about the parrot-commits
mailing list