GNOME Bugzilla – Bug 634962
Include file hotlinks, with "../" in path, not working
Last modified: 2018-07-30 10:03:25 UTC
Created attachment 174580 [details] Doxygen configuration file Using Doxygen for Windows: v1.7.2 Windows XP, SP3 I have a source file which includes these files (excerpt from the included and source files in the generated documentation): 00036 #include "../hw_ints.h" 00037 #include "../hw_memmap.h" 00038 #include "../hw_nvic.h" 00039 #include "../hw_sysctl.h" 00040 #include "../hw_types.h" 00041 #include "cpu.h" 00042 #include "debug.h" 00043 #include "interrupt.h" 00044 #include "sysctl.h" Problem: For lines #41-44, the file names are actually hotlinks in the HTML files so that I can just click on them to go to the source code. But, for the included files which start with "../", the file names are not hotlinked. I cannot click on the file name to go to the source file. In the actual documentation, the include files which start with "../" are correctly parsed and documented though. Just the hot links to these files does not work. These hot links are great and save time moving around the source code. Please fix this as it is an important and useful feature....
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.3. 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.
In current Version 1.7.6.1 the bug is present again.
Created attachment 253011 [details] Example source code showing the problem The problem, non hyperlinked ../hw_ints.h in source code, is still present. The problem can be seen in the source code of file s1.c. Tested the following versions: 1.7.2, 1.7.4, 1.7.6.1 and 1.8.5 problem present 1.7.3 problem not present
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!