gjdoc src/gnu/classpath/tools/taglets/ValueTagl...

[email protected] Thu, 19 May 2005 18:53:12 -0400
Newsgroups gmane.comp.java.classpath.tools.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsroot/classpath
Module name:	gjdoc
Branch: 	
Changes by:	Julian Scheid <[email protected]>	05/05/19 22:53:12

Modified files:
	src/gnu/classpath/tools/taglets: ValueTaglet.java 
	src/gnu/classpath/tools/gjdoc: Main.java 
	src/gnu/classpath/tools/doclets: PackageMatcher.java 
	.              : NEWS ChangeLog 

Log message:
	2005-05-20  Julian Scheid  <[email protected]>
	
	* src/gnu/classpath/tools/gjdoc/Main.java (start): Use stdout
	instead of stderr for printing version information.
	(main, execute, start, startDoclet): Do not immediately call
	System.exit in case of error; instead, pass error count back to
	entry method.  This allows the execute() method to be better used
	via reflection.  For normal command line usage, this shouldn't
	change anything.
	(shutdown): Removed.
	
	* src/gnu/classpath/tools/doclets/PackageMatcher.java (match):
	Actually return true on a match.  This makes option -group work.
	(toString) Added.
	
	* src/gnu/classpath/tools/taglets/ValueTaglet.java (toString):
	Remove debug message.
	
	* NEWS: Updated for these changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/gnu/classpath/tools/taglets/ValueTaglet.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/gnu/classpath/tools/gjdoc/Main.java.diff?tr1=1.69&tr2=1.70&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/gnu/classpath/tools/doclets/PackageMatcher.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/NEWS.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/ChangeLog.diff?tr1=1.200&tr2=1.201&r1=text&r2=text