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 685695 - INCLUDE_PATH works only with paths lower than project path
INCLUDE_PATH works only with paths lower than project path
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: build
1.8.2
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2012-10-08 02:14 UTC by fireblade20772
Modified: 2018-07-30 10:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description fireblade20772 2012-10-08 02:14:08 UTC
If the INCLUDE_PATH in not within the project path no external include files will be added to the project.

Work around. Add all files eg. source files, compiler files, include files to be parsed, to the INPUT section of the configuration.

Config example.

....
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = C:/Temp/test \
                         "../../Program Files (x86)/Atmel/Atmel Studio 6.0/extensions/Atmel/AVRGCC/3.4.0.65/AVRToolchain/avr/include"
INPUT_ENCODING         = UTF-8
FILE_PATTERNS          = *.c \ ....
Comment 1 André Klapper 2018-07-30 10:29:13 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!