[Galago-commits] r2356 - in trunk/libgalago: . docs

galago-commits at freedesktop.org galago-commits at freedesktop.org
Fri Dec 2 22:15:39 PST 2005


Author: chipx86
Date: 2005-12-02 22:15:28 -0800 (Fri, 02 Dec 2005)
New Revision: 2356

Added:
   trunk/libgalago/docs/api/
   trunk/libgalago/docs/protocol/
Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/Doxyfile.in
Log:
Output the Doxygen docs to the docs/api/ directory.


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2005-12-02 22:46:52 UTC (rev 2355)
+++ trunk/libgalago/ChangeLog	2005-12-03 06:15:28 UTC (rev 2356)
@@ -1,3 +1,10 @@
+Fri Dec 02 22:15:10 PST 2005  Christian Hammond <chipx86 at chipx86.com>
+
+	A docs/api:
+	A docs/protocol:
+	* Doxyfile.in:
+	  - Output the Doxygen docs to the docs/api/ directory.
+
 Fri Dec 02 01:48:04 PST 2005  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-object.h:

Modified: trunk/libgalago/Doxyfile.in
===================================================================
--- trunk/libgalago/Doxyfile.in	2005-12-02 22:46:52 UTC (rev 2355)
+++ trunk/libgalago/Doxyfile.in	2005-12-03 06:15:28 UTC (rev 2356)
@@ -30,7 +30,7 @@
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = docs
+OUTPUT_DIRECTORY       = docs/api
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 



More information about the galago-commits mailing list