GNOME Bugzilla – Bug 326263
Broken javadoc tags for Gtk.java and Widget.java
Last modified: 2006-01-09 21:09:14 UTC
Documentation Section: Gtk.java currently references GtkInitException incorrectly with a {@link #org.gnu.gtk.GtkInitException} when # tags should be appended for referencing methods and the likes. Widget.java has two methods' javadoc comments that links to GtkLabel, which does not work as the name of the class used in the bindings is actually just Label without a Gtk prefix. Correct version: Gtk.java's {@link #org.gnu.gtk.GtkInitException} should be {@link GtkInitException}. Widget.java should use {@link Label} instead of {@link GtkLabel}. Other information:
Created attachment 56998 [details] [review] This patch will apply the corrections I have suggested above.
Thanks for the patch. Applied to CVS HEAD.