[Doxygen-users] Changes in configuration file
Brought to you by:
dimitri
From: Brad B. <bra...@se...> - 2015-05-05 13:58:49
|
Is there someplace where the changes and additions to the configuration file are documneted. This part of the doxygen API seems to change without notice. For example, the default setting for GENERATE_HTML Has changed. See http://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_generate_html as apposed to the following output: trash>doxygen --version 1.8.9.1 trash>doxygen -g doxyfile > /dev/null trash>grep '^GENERATE_HTML' doxyfile GENERATE_HTML = NO GENERATE_HTMLHELP = NO |