After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 488261 - Documentation does not link correctly in devhelp
Documentation does not link correctly in devhelp
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: documentation
unspecified
Other All
: Normal minor
: ---
Assigned To: gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2007-10-19 13:39 UTC by Johannes Schmid
Modified: 2007-11-09 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Schmid 2007-10-19 13:39:52 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+.
Comment 1 Murray Cumming 2007-11-05 12:42:47 UTC
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.
Comment 2 Murray Cumming 2007-11-05 16:47:57 UTC
Ignore the file:///home/murrayc/svn/gnome220/gtkmm/docs/reference/html/ copy-pasted prefix above.
Comment 3 Jonathon Jongsma 2007-11-06 02:33:28 UTC
I've committed a fix for this.  Please re-open if it doesn't fix it for you.
Comment 4 Johannes Schmid 2007-11-09 11:53:06 UTC
Thanks a lot - makes working with gtkmm much more fun!