GNOME Bugzilla – Bug 707554
When I use @INCLUDE DoxyWizard is closed
Last modified: 2013-12-25 14:50:21 UTC
I am using "@INCLUDE = FileName" feature in DoxyFile. With doxygen from command line it works good - additional configuration (from FileName) is adding. When I try open this DoxyFile with the help of DoxyWizard - the program is closed immediately.
This feature described here: http://www.stack.nl/~dimitri/doxygen/manual/config.html I propose to add the fields to additional Configuration files in DoxyWizard.
I tried to reproduce the problem but was not able to do this. I took a standard Doxyfile, split it in 2 parts and included the first part in the second part and didn't have a problem (also including part 2 in part 1 didn't give any problems). Can you attach the used doxyfile and the files it includes to this bug report?
Created attachment 254229 [details] Main configuration file This is main configuration Doxyfile, that I try to open by DoxyWizard. The last string is critical, with it - project is closing.
Created attachment 254230 [details] This is the second part of configuration This is the second part of configuration. It is including in the first part (Doxyfile) with the help of the last string in Doxyfile (@INCLUDE = Aliases).
Thanks for the files. I stored the files on directory A and started the doxywizard from this directory and all was fine. When starting doxywizard by means of a shortcut or from another directory the doxywizard crashes, probably because it cannot find the file to be included.
Current directory was not changed at the right time so the include files could not be found in the "current" directory (i.e. the directory where the Doxyfile resides too, as this directory is shown as the current directory in the doxywizard). This is also important when the doxywizard is started from a shortcut. I've pushed my solution to git
Thanks, I'll include the patch in the next GIT update.
Thank you, I'll wait for the new releases!
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. 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 (preferrably in the form of a self-contained example).
I have verified it. It's work good!