GNOME Bugzilla – Bug 688861
broken links to header files in PDF output when SHOW_FILES=no
Last modified: 2018-07-30 10:33:27 UTC
Hello, This is the second part of bug report 688858. If SHOW_FILES is set to NO, the PDF output contains invalid links to source/header files. It makes sens to keep links from filenames in the HTML output, since these files are included in the HTML output. But the PDF does not contain these files, so these links should just be replaced with plain text without link in the PDF output when SHOW_FILES=NO. I am not attaching any testcase since this is very easy to reproduce. If you really need one, let me know. thanks Brice
Created attachment 229700 [details] testcase reproducing the problem
In case this isn't clear: * when SHOW_FILES=YES, there's a specific section describing the hwloc.h file since it's listed in the doxygen source, and all occurences of hwloc.h in the text point to this section, both in HTML and PDF * when SHOW_FILES=NO, the HTML link now points to a page containing (instead of describing) hwloc.h, but there's no such page in the PDF, hence the buggy PDF link
Any chance somebody fixes this bug? thanks Brice
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!