GNOME Bugzilla – Bug 576290
Python: bad links for python project
Last modified: 2010-07-04 13:53:17 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.
Created attachment 131123 [details] source code and generated documentation Attached tarball has Doxyfile, all the python source code, and the generated html.
You need to set USE_HTAGS to NO. Please reopen the bug report if this does not fix your problem.