[tuxdroid-svn] r723 - daemon/trunk/doc firmware/tuxaudio/trunk/doc
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-11-23 13:24:13
|
Author: jaguarondi Date: 2007-11-23 14:23:59 +0100 (Fri, 23 Nov 2007) New Revision: 723 Modified: daemon/trunk/doc/Doxyfile firmware/tuxaudio/trunk/doc/Doxyfile Log: * Minor modifications of the doxygen configuration files. Both tuxaudio and tuxd documentation pages are now available through http://doc.tuxisalive.com Modified: daemon/trunk/doc/Doxyfile =================================================================== --- daemon/trunk/doc/Doxyfile 2007-11-21 16:06:15 UTC (rev 722) +++ daemon/trunk/doc/Doxyfile 2007-11-23 13:23:59 UTC (rev 723) @@ -45,7 +45,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "Tux Droid daemon" +PROJECT_NAME = "tuxd" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or Modified: firmware/tuxaudio/trunk/doc/Doxyfile =================================================================== --- firmware/tuxaudio/trunk/doc/Doxyfile 2007-11-21 16:06:15 UTC (rev 722) +++ firmware/tuxaudio/trunk/doc/Doxyfile 2007-11-23 13:23:59 UTC (rev 723) @@ -1141,7 +1141,7 @@ # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and |