Author: Whiteknight
Date: Wed Aug 20 16:12:39 2008
New Revision: 30412
Modified:
trunk/src/debug.c
Log:
[cage] Added RT#48260 documentation stubs for functions that didn't have them,
but that I didn't understand enough to document myself.
Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c (original)
+++ trunk/src/debug.c Wed Aug 20 16:12:39 2008
@@ -392,6 +392,16 @@
return command;
}
+/*
+
+=item C<static void debugger_cmdline>
+
+RT#48260: Not documented yet!
+
+=end
+
+*/
+
static void
debugger_cmdline(PARROT_INTERP)
{
@@ -411,6 +421,16 @@
TRACEDEB_MSG("debugger_cmdline finished");
}
+/*
+
+=item C<static void close_script_file>
+
+RT#48260
+
+=cut
+
+*/
+
static void
close_script_file(PARROT_INTERP)
{