rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Please build Javadocs with hyperlinks to GWT javadocs #367

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Very minor issue.

The Javadocs in smartgwt-1.3.zip are not hyperlinked to the GWT Javadocs,
or even to the JDK Javadocs. So classes like
com.google.gwt.core.client.JavaScriptObject and java.lang.String are not
hyperlinked and look ugly all spelled out fully qualified.

Request that Javadocs be generated with hyperlinks.

Original issue reported on code.google.com by archie.c...@gmail.com on 19 Nov 2009 at 8:29

GoogleCodeExporter commented 8 years ago
Another Javadoc-related glitch. In the Javadoc for 
com.smartgwt.client.data.DataSource
 this appears:

    DataBinding is covered in the ${isc.DocUtils.linkForDocNode('QuickStartGuide',
    'QuickStart Guide')}, Chapter 6, Data Binding.

Looks like the "isc.DocUtils" search/replace tool was not applied correctly.

Original comment by archie.c...@gmail.com on 19 Nov 2009 at 9:02

GoogleCodeExporter commented 8 years ago
Another glitch... in Javadocs for DataSource.setInheritsFrom():

    Note that only fields are inherited - other properties ...

Somehow the  and  got escaped.

Original comment by archie.c...@gmail.com on 19 Nov 2009 at 9:33

GoogleCodeExporter commented 8 years ago
Another minor problem. Several Javadoc pages with example code shown in 
fixed-width
font have the spacing screwed up.

For example, com.smartgwt.client.docs.SmartArchitecture.

Original comment by archie.c...@gmail.com on 20 Nov 2009 at 4:37

GoogleCodeExporter commented 8 years ago
Fixed linking to GWT / JDK javadocs. All other javadoc issues should be 
reported in issue 370.

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 2:42

GoogleCodeExporter commented 8 years ago

Original comment by sanjiv.j...@gmail.com on 29 Nov 2009 at 10:33