/[classpath]/gjdoc/ChangeLog
ViewVC logotype

Diff of /gjdoc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.180 by julian, Fri Apr 8 17:36:34 2005 UTC revision 1.181 by gnu_andrew, Wed Apr 20 18:22:05 2005 UTC
# Line 1  Line 1 
1    2005-04-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
2    
3            * src/com/sun/javadoc/ClassDoc.java:
4            (typeParameters()): New method for retrieving type variables.
5            * src/com/sun/javadoc/Type.java:
6            (asTypeVariable()): New method for casting to a type variable.
7            * src/com/sun/javadoc/TypeVariable.java:
8            New class to handle type variables.
9            (bounds()): New method to retrieve variable bounds.
10            (owner()): New method to retrieve owning class.
11            * src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java:
12            (printIndexEntry(HtmlPage,Doc)): Add type variables to class name.
13            (printClassPage(File,String,ClassDoc,ClassDoc,ClassDoc)):
14            Likewise.
15            (createTypeHref(HtmlPage,Type,boolean)): Likewise.
16            (getTypeParameters(ClassDoc)): New method to construct a String
17            containing the type parameters.
18            * src/gnu/classpath/tools/gjdoc/ClassDocImpl.java:
19            (asTypeVariable()): New method.
20            (createInstance(ClassDoc,PackageDoc,ClassDoc[],PackageDoc[],char[],
21            int,int,List)): Add parsing of type variables, which may contain ','.
22            (typeParameters()): New method to return the type parameters.
23            (parseTypeVariables(ClassDocImpl, String)): New method to parse
24            the type variables.
25            * src/gnu/classpath/tools/gjdoc/ClassDocProxy.java:
26            (asTypeVariable()): New method.
27            (typeParameters()): New method.
28            * src/gnu/classpath/tools/gjdoc/ClassDocReflectedImpl.java:
29            (asTypeVariable()): New method.
30            (typeParameters()): New method.
31            * src/gnu/classpath/tools/gjdoc/TypeImpl.java:
32            (asTypeVariable()): New variable to cast type variables.
33            * src/gnu/classpath/tools/gjdoc/TypeVariableImpl.java:
34            New class to represent type variables.
35            (TypeVariableImpl(String,String,String,ProgramElementDoc)):
36            New constructor, which also handles owning class.
37            (setBounds(List)): New method to set bounds.
38            (bounds()): New method to retrieve bounds.
39            (owner()): New method to retrieve owner.
40            
41  2005-04-08  Julian Scheid  <julian@sektor37.de>  2005-04-08  Julian Scheid  <julian@sektor37.de>
42    
43          * src/gnu/classpath/tools/gjdoc/FieldDocImpl.java          * src/gnu/classpath/tools/gjdoc/FieldDocImpl.java

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26