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 634962 - Include file hotlinks, with "../" in path, not working
Include file hotlinks, with "../" in path, not working
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.7.2
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2010-11-16 01:59 UTC by Albert Castillo
Modified: 2018-07-30 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doxygen configuration file (11.23 KB, application/octet-stream)
2010-11-16 01:59 UTC, Albert Castillo
Details
Example source code showing the problem (3.55 KB, application/octet-stream)
2013-08-24 13:56 UTC, albert
Details

Description Albert Castillo 2010-11-16 01:59:46 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....
Comment 1 Dimitri van Heesch 2010-12-03 22:46:40 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-01-03 19:01:13 UTC
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.
Comment 3 Jens.Bohrmann 2012-02-07 12:54:56 UTC
In current Version 1.7.6.1 the bug is present again.
Comment 4 albert 2013-08-24 13:56:17 UTC
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
Comment 5 André Klapper 2018-07-30 10:03:25 UTC
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!