[rkward-cvs] SF.net SVN: rkward: [1287] trunk/rkward/doc/en/writing_plugins_introduction .docbook
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Feb 1 23:11:52 UTC 2007
Revision: 1287
http://svn.sourceforge.net/rkward/?rev=1287&view=rev
Author: tfry
Date: 2007-02-01 15:11:51 -0800 (Thu, 01 Feb 2007)
Log Message:
-----------
documentation bug
Modified Paths:
--------------
trunk/rkward/doc/en/writing_plugins_introduction.docbook
Modified: trunk/rkward/doc/en/writing_plugins_introduction.docbook
===================================================================
--- trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-02-01 23:09:08 UTC (rev 1286)
+++ trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-02-01 23:11:51 UTC (rev 1287)
@@ -887,7 +887,7 @@
// we call all stages of the general code. Only the printout () function need to be slightly different
preprocess ();
calculate ();
- doPrintout (false); // true in this case means: We want all the headers that should be printed in the output
+ doPrintout (false);
cleanup ();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list