Commit Graph

7 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 63df81b933 Make old doxygen versions able to find eet 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: 73356
2012-07-05 14:29:46 +00:00
Leandro Pereira 25462be439 eet: Disable man-page generation by default.
This is currently a mess -- fixing it is going to take a lot of time. Man
pages being generated include end(3), authors(3), todo(3), Examples(3). 
Better not to install these things and rely only on the HTML output.



SVN revision: 68520
2012-02-28 21:58:35 +00:00
Gustavo Sverzut Barbieri 09f87ff655 docs: remove some warnings and make eina/eet doc more uniform.
SVN revision: 67339
2012-01-19 13:26:40 +00:00
Rafael Antognolli 6008a3f2fc Eet: Make links work on PDF documentation.
By: "Jonas M. Gastal" <jgastal@profusion.mobi>



SVN revision: 62590
2011-08-19 13:38:05 +00:00
Iván Briano cb94f911a4 Slight improvement to Eet documentation.
It was mostly done already and examples were there, but some things were
revamped, clarified and now there's a detailed explanation on more important
groups.


SVN revision: 60308
2011-06-14 16:14:35 +00:00
Rafael Antognolli 8ca07b375e eet: fix 'make doc' when srcdir != builddir.
SVN revision: 60006
2011-06-06 20:29:10 +00:00