gjdoc ./ChangeLog src/com/sun/javadoc/ClassDoc....

[email protected] Wed, 20 Apr 2005 14:22:06 -0400
Newsgroups gmane.comp.java.classpath.tools.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsroot/classpath
Module name:	gjdoc
Branch: 	
Changes by:	Andrew John Hughes <[email protected]>	05/04/20 18:22:06

Modified files:
	.              : ChangeLog 
	src/com/sun/javadoc: ClassDoc.java Type.java 
	src/gnu/classpath/tools/doclets/htmldoclet: HtmlDoclet.java 
	src/gnu/classpath/tools/gjdoc: ClassDocImpl.java 
	                               ClassDocProxy.java 
	                               ClassDocReflectedImpl.java 
	                               TypeImpl.java 
Added files:
	src/com/sun/javadoc: TypeVariable.java 
	src/gnu/classpath/tools/gjdoc: TypeVariableImpl.java 

Log message:
	2005-04-17  Andrew John Hughes  <[email protected]>
	
	* src/com/sun/javadoc/ClassDoc.java:
	(typeParameters()): New method for retrieving type variables.
	* src/com/sun/javadoc/Type.java:
	(asTypeVariable()): New method for casting to a type variable.
	* src/com/sun/javadoc/TypeVariable.java:
	New class to handle type variables.
	(bounds()): New method to retrieve variable bounds.
	(owner()): New method to retrieve owning class.
	* src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java:
	(printIndexEntry(HtmlPage,Doc)): Add type variables to class name.
	(printClassPage(File,String,ClassDoc,ClassDoc,ClassDoc)):
	Likewise.
	(createTypeHref(HtmlPage,Type,boolean)): Likewise.
	(getTypeParameters(ClassDoc)): New method to construct a String
	containing the type parameters.
	* src/gnu/classpath/tools/gjdoc/ClassDocImpl.java:
	(asTypeVariable()): New method.
	(createInstance(ClassDoc,PackageDoc,ClassDoc[],PackageDoc[],char[],
	int,int,List)): Add parsing of type variables, which may contain ','.
	(typeParameters()): New method to return the type parameters.
	(parseTypeVariables(ClassDocImpl, String)): New method to parse
	the type variables.
	* src/gnu/classpath/tools/gjdoc/ClassDocProxy.java:
	(asTypeVariable()): New method.
	(typeParameters()): New method.
	* src/gnu/classpath/tools/gjdoc/ClassDocReflectedImpl.java:
	(asTypeVariable()): New method.
	(typeParameters()): New method.
	* src/gnu/classpath/tools/gjdoc/TypeImpl.java:
	(asTypeVariable()): New variable to cast type variables.
	* src/gnu/classpath/tools/gjdoc/TypeVariableImpl.java:
	New class to represent type variables.
	(TypeVariableImpl(String,String,String,ProgramElementDoc)):
	New constructor, which also handles owning class.
	(setBounds(List)): New method to set bounds.
	(bounds()): New method to retrieve bounds.
	(owner()): New method to retrieve owner.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/ChangeLog.diff?tr1=1.180&tr2=1.181&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/com/sun/javadoc/TypeVariable.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/com/sun/javadoc/ClassDoc.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/com/sun/javadoc/Type.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/doclets/htmldoclet/HtmlDoclet.java.diff?tr1=1.46&tr2=1.47&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/gnu/classpath/tools/gjdoc/TypeVariableImpl.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/gnu/classpath/tools/gjdoc/ClassDocImpl.java.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/gnu/classpath/tools/gjdoc/ClassDocProxy.java.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/gjdoc/src/gnu/classpath/tools/gjdoc/ClassDocReflectedImpl.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/TypeImpl.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text