Commit Graph

10 Commits

Author SHA1 Message Date
Stefan Schmidt cedf5d0cf9 Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

SVN revision: 78409
2012-10-24 19:50:29 +00:00
Jonas M. Gastal 8e8a6b7425 Make old doxygen versions able to find evas example files.
The only two available versions of doxygen for e2(debian sid), where
online docs are generated, are borked. The newest version(1.8.1.1) is
extremely borked so best to just use the old one(1.7.1.1-2) which
doesn't properly parse EXAMPLE_PATTERNS.

SVN revision: 73358
2012-07-05 14:37:06 +00:00
Jonas M. Gastal b2e8a1768c Fixing doc for out of tree builds and removing broken references.
SVN revision: 70276
2012-04-17 16:36:28 +00:00
Jihoon Kim 04596e4374 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
2012-03-29 11:04:06 +00:00
Iván Briano 10f69d202d Kill those pesky defines from the docs, they make everything look ugly.
SVN revision: 62063
2011-08-03 18:08:32 +00:00
Gustavo Lima Chaves e20d293856 [evas] Fixing typo.
SVN revision: 60203
2011-06-10 21:31:01 +00:00
Gustavo Lima Chaves ef41d78fce [evas] Example code for evas{_init,_shutdown,_load_error_str}.
SVN revision: 60142
2011-06-09 17:00:24 +00:00
Gustavo Lima Chaves 92d15b99c9 [evas] Tell doxygen how our example files are.
SVN revision: 60140
2011-06-09 16:48:24 +00:00
Gustavo Lima Chaves a3c50952d2 [evas] Cleaning whitespaces at doxyfile.
SVN revision: 60139
2011-06-09 16:48:16 +00:00
Rafael Antognolli 22cfc5e480 evas: "make doc" now works when srcdir != builddir.
SVN revision: 60005
2011-06-06 20:27:01 +00:00