GNOME Bugzilla – Bug 706236
Confusing use of GENERATE_TAGFILE
Last modified: 2013-08-23 17:12:00 UTC
The GENERATE_... tags are all of the type 'bool' (YES / NO) with the exception of GENERATE_TAGFILE. The later one is of type 'string' and when set the value is used as file name. In case of the usage of the value 'No' this results in a tag file with the name 'No' Proposed change: - GENERATE_TAGFILE = <empty> -> as it is at the moment - GENERATE_TAGFILE = <file> -> as it is at the moment - GENERATE_TAGFILE = NO -> warning an there will be no tag file generated - GENERATE_TAGFILE = YES -> warning an there will be no tag file generated
Resolution has been pushed to git repository and a pull request has been emitted.
Thanks, I'll include a modified version of the patch in the next GIT update.
The chosen solution with overwriting the option value is indeed an easier way. Checked with my example and there is no tagfile generated when I set GENERATE_TAGFILE to NO
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.5. 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.
Works as expected