[Orxonox-commit 211] r2881 - in trunk/doc: . api

bknecht at orxonox.net bknecht at orxonox.net
Tue Mar 31 18:54:47 CEST 2009


Author: bknecht
Date: 2009-03-31 18:54:47 +0200 (Tue, 31 Mar 2009)
New Revision: 2881

Added:
   trunk/doc/examples/
   trunk/doc/images/
Modified:
   trunk/doc/api/doxy.config.in
Log:
Added directories and paths so we can also display images (using the \image command) and examples (using the \example command) in our documentation

Modified: trunk/doc/api/doxy.config.in
===================================================================
--- trunk/doc/api/doxy.config.in	2009-03-31 16:49:01 UTC (rev 2880)
+++ trunk/doc/api/doxy.config.in	2009-03-31 16:54:47 UTC (rev 2881)
@@ -517,7 +517,7 @@
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = @CMAKE_SOURCE_DIR@/examples/
+EXAMPLE_PATH           = @CMAKE_SOURCE_DIR@/doc/examples/
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -541,7 +541,7 @@
 # directories that contain image that are included in the documentation (see 
 # the \image command).
 
-IMAGE_PATH             = @CMAKE_SOURCE_DIR@/images
+IMAGE_PATH             = @CMAKE_SOURCE_DIR@/doc/images/
 
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should 




More information about the Orxonox-commit mailing list