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 -- Jérôme Pinot http://ngc891.blogdns.net/
Index: evas/doc/Doxyfile.in =================================================================== --- evas/doc/Doxyfile.in (revision 69726) +++ evas/doc/Doxyfile.in (working copy) @@ -41,7 +41,6 @@ SHOW_INCLUDE_FILES = NO JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO -DETAILS_AT_TOP = NO INHERIT_DOCS = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES @@ -132,8 +131,7 @@ DOT_IMAGE_FORMAT = png DOT_PATH = DOTFILE_DIRS = -MAX_DOT_GRAPH_WIDTH = 512 -MAX_DOT_GRAPH_HEIGHT = 512 +DOT_GRAPH_MAX_NODES = 50 GENERATE_LEGEND = YES DOT_CLEANUP = YES SEARCHENGINE = NO
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel