evas doxyfile deprecated values from Jérôme Pinot
authorJihoon Kim <imfine98@gmail.com>
Thu, 29 Mar 2012 11:04:06 +0000 (11:04 +0000)
committerJihoon Kim <imfine98@gmail.com>
Thu, 29 Mar 2012 11:04:06 +0000 (11:04 +0000)
commit04596e4374e0a98ea35407fe4c77336879e3e7a9
treeadd8b37602cb2b0b8efbd8a8c5d330387d0ce02c
parent707da8b620dc691c6d7908e843b032128267ab79
evas doxyfile deprecated values from Jérôme Pinot

The doxyfile of evas contains some variables that have been deprecated a
long time ago (6 years for some of them). Here is a patch that fix this
build warning:

make -C doc doc
make[1]: Entering directory `/tmp/evas/doc'
rm -rf html/ latex/ man/ xml/ evas-1.2.0-alpha-doc.tar*
doxygen
warning: Tag `DETAILS_AT_TOP' at line 44 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 135 of file Doxyfile has become
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 136 of file Doxyfile has become
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"

As suggested, it would be good to run again doxygen -u Doxyfile.in

SVN revision: 69740
legacy/evas/doc/Doxyfile.in