[Nice-commit] Nice/src/nice/tools/doc api.nice,1.4,1.5
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-04-03 09:45:01
|
Update of /cvsroot/nice/Nice/src/nice/tools/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30118/src/nice/tools/doc Modified Files: api.nice Log Message: Added explicit message when nicedoc generation failed because of errors in the source code. Index: api.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/doc/api.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** api.nice 2 Sep 2004 12:48:45 -0000 1.4 --- api.nice 3 Apr 2005 09:44:52 -0000 1.5 *************** *** 54,57 **** catch (bossa.modules.Exit e) { // There was an error. Stop working. } ! } \ No newline at end of file --- 54,58 ---- catch (bossa.modules.Exit e) { // There was an error. Stop working. + println("\nnicedoc generation stopped because of errors in the source code."); } ! } |