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 576290 - Python: bad links for python project
Python: bad links for python project
Status: RESOLVED NOTABUG
Product: doxygen
Classification: Other
Component: general
1.5.8
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-03-22 14:26 UTC by relson
Modified: 2010-07-04 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
source code and generated documentation (605.61 KB, application/x-compressed-tar)
2009-03-22 14:29 UTC, relson
Details

Description relson 2009-03-22 14:26:14 UTC
ran doxygen for a python project and find that many of a page's links simply point to the page containing the link, rather than to a page having additional info.  Below are 2 such instances.

1) File List tab of files.html

  All of the "[code]" links point to the current page, which does _not_ have the code

2) file pages

  The pages pointed to by the "File List" tab have a "Go to the source code of this file." link.  The link points to the current page, rather than a page actually having source code.  Page _a_l_b_8py.html is an example of this.
Comment 1 relson 2009-03-22 14:29:04 UTC
Created attachment 131123 [details]
source code and generated documentation

Attached tarball has Doxyfile, all the python source code, and the generated html.
Comment 2 Dimitri van Heesch 2010-07-04 13:52:56 UTC
You need to set USE_HTAGS to NO. Please reopen the bug report if this does not fix your problem.