GNOME Bugzilla – Bug 770747
Broken links in HTML output with SHOW_FILES=NO
Last modified: 2016-09-05 13:46:03 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.
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.
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).