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 81146 - Link reference documentation
Link reference documentation
Status: RESOLVED FIXED
Product: gnomemm
Classification: Deprecated
Component: build
2.0
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-05-08 12:57 UTC by Murray Cumming
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2002-05-08 12:57:17 UTC
At the moment I am generating gnomemm reference documentation all at once,
in gnomemm/gnomemm_docs/reference. I do this so that it is all integrated -
so that the separate gnomemm library docs can link to each other. But this
is sub-optimal and doesn't link to the gtkmm reference documentation.

Apparently doxygen has a solution for this - something about a tags file.
Please investigate and implement.
Comment 1 Murray Cumming 2002-09-19 08:47:20 UTC
I have done this by generating a tags file in gtkmm and using it in
gnomemm. It seems to work well.