[Nice-commit] Nice/src/nice/tools/doc htmlwriter.nice,1.20,1.21
Brought to you by:
bonniot
From: Francis B. <fb...@us...> - 2004-09-21 13:42:41
|
Update of /cvsroot/nice/Nice/src/nice/tools/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24953/src/nice/tools/doc Modified Files: htmlwriter.nice Log Message: Added doc to "void write(Package p)" Index: htmlwriter.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/doc/htmlwriter.nice,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** htmlwriter.nice 18 Sep 2004 10:18:59 -0000 1.20 --- htmlwriter.nice 21 Sep 2004 13:42:32 -0000 1.21 *************** *** 201,205 **** /** ! * Generate a list of source files */ void write(bossa.modules.Package p) { --- 201,207 ---- /** ! * Generate a list of source files, with sub-lists of the classes, methods, ! * and global variables within them. ! *@param p the Package to be documented. */ void write(bossa.modules.Package p) { |