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 770747 - Broken links in HTML output with SHOW_FILES=NO
Broken links in HTML output with SHOW_FILES=NO
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.11
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-09-02 11:54 UTC by frank.pilhofer
Modified: 2016-09-05 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example to reproduce bug. (3.53 KB, application/zip)
2016-09-02 11:54 UTC, frank.pilhofer
Details

Description frank.pilhofer 2016-09-02 11:54:14 UTC
Created attachment 334635 [details]
Example to reproduce bug.

When SHOW_FILES=NO, broken links are generated in the HTML output for module summary pages.

In the attached example, when you navigate from the index.html page to "Modules" and then to module "Foo", the module file (group___foo.html) contains a link labeled "test.cpp" to the non-existent page test_8cpp.html.

I do not know what is preferable: Removing the "Files" section from modules, or generating the HTML-ified source files. Possibly there should be an option to choose either option.
Comment 1 Dimitri van Heesch 2016-09-02 13:33:07 UTC
Confirmed. Should be corrected in the next GIT update. 

When a file is documentation and added to a group, it should still appear as part of the group (and have a documentation page) even though SHOW_FILES is disabled. SHOW_FILES is for navigating to the files via the file list/index.
Comment 2 Dimitri van Heesch 2016-09-05 13:46:03 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferably in the form of a self-contained example).