Re: [PPL-devel] [Doxygen-users] Doxygen-1.5.7 in SVN

Dimitri van Heesch wrote:
The new release is out. Here are the changes since the last update:
[...]
Hi Dimitri,
something seems wrong with this release. After updating the config file with doxygen -u I get:
$ doxygen user.doxyconf-latex Warning: Tag `QTHELP_FILE' at line 135 of file user.doxyconf-latex has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `QTHELP_CONFIG' at line 136 of file user.doxyconf-latex has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `DOXYGEN2QTHELP_LOC' at line 137 of file user.doxyconf-latex has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" config.l<1304>: Internal error: Requested unknown option GENERATE_INDEXLOG! $ fgrep QTHELP_FILE user.doxyconf-latex $ fgrep QTHELP_CONFIG user.doxyconf-latex $ fgrep DOXYGEN2QTHELP_LOC user.doxyconf-latex $ fgrep GENERATE_INDEXLOG user.doxyconf-latex $
I don't understand why it complains about tags that do not appear in the config file. All the best,
Roberto

Hi Roberto,
The internal error is a bug indeed, see also http://bugzilla.gnome.org/show_bug.cgi?id=554379 The temporary workaround is to enable the HTML output.
As for the other warnings. They should be somewhere in a config file. Maybe you have a config file that includes another one? then it would still be incorrect that doxygen points to the wrong file/line, so please let me know if that is the case.
Regards, Dimitri
On Tue, Sep 30, 2008 at 09:37:37PM +0200, Roberto Bagnara wrote:
Dimitri van Heesch wrote:
The new release is out. Here are the changes since the last update:
[...]
Hi Dimitri,
something seems wrong with this release. After updating the config file with doxygen -u I get:
$ doxygen user.doxyconf-latex Warning: Tag `QTHELP_FILE' at line 135 of file user.doxyconf-latex has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `QTHELP_CONFIG' at line 136 of file user.doxyconf-latex has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `DOXYGEN2QTHELP_LOC' at line 137 of file user.doxyconf-latex has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" config.l<1304>: Internal error: Requested unknown option GENERATE_INDEXLOG! $ fgrep QTHELP_FILE user.doxyconf-latex $ fgrep QTHELP_CONFIG user.doxyconf-latex $ fgrep DOXYGEN2QTHELP_LOC user.doxyconf-latex $ fgrep GENERATE_INDEXLOG user.doxyconf-latex $
I don't understand why it complains about tags that do not appear in the config file. All the best,
Roberto
-- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:bagnara@cs.unipr.it

Dimitri van Heesch wrote:
Hi Roberto,
The internal error is a bug indeed, see also http://bugzilla.gnome.org/show_bug.cgi?id=554379 The temporary workaround is to enable the HTML output.
Hi Dimitri,
thanks for the prompt answer. I cannot enable the HTML output because this would disrupt my scripts. I will wait for 1.5.7.1.
As for the other warnings. They should be somewhere in a config file. Maybe you have a config file that includes another one? then it would still be incorrect that doxygen points to the wrong file/line, so please let me know if that is the case.
You are right: my fault for those. All the best,
Roberto
participants (2)
-
Dimitri van Heesch
-
Roberto Bagnara