GNOME Bugzilla – Bug 488261
Documentation does not link correctly in devhelp
Last modified: 2007-11-09 11:53:06 UTC
In the GTK+ reference documentation, when you click on e.g. "gtk_widget_show" in the search tab, the GtkWidget html page automatically scrolls down to the function. In the GTKmm reference, it does no scroll but shows the head of the page and you have to find the matching method yourself. Would be nice if the devhelp file could be changed in a way to have the same behaviour as GTK+.
The # anchors in the docs/tutorial/gtkmm-2-4.devhelp file seem to be truncated. For instance, for Gtk::Button::set_label() it has classGtk_1_1Button.html#d3f9e but that should be file:///home/murrayc/svn/gnome220/gtkmm/docs/reference/html/classGtk_1_1Button.html#d3f9e419fc13a942f679a8545f0d96b6 It seems to be correct in the doxygen-generated xml/button_8h.xml file, though that format is not very clear to me. I wonder how it is being truncated during the XSL transformation.
Ignore the file:///home/murrayc/svn/gnome220/gtkmm/docs/reference/html/ copy-pasted prefix above.
I've committed a fix for this. Please re-open if it doesn't fix it for you.
Thanks a lot - makes working with gtkmm much more fun!