GNOME Bugzilla – Bug 685695
INCLUDE_PATH works only with paths lower than project path
Last modified: 2018-07-30 10:29:13 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 \ ....
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!