[QGIS Commit] r9554 - in trunk/qgis: . doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Oct 28 19:00:54 EDT 2008


Author: wonder
Date: 2008-10-28 19:00:54 -0400 (Tue, 28 Oct 2008)
New Revision: 9554

Modified:
   trunk/qgis/Doxyfile
   trunk/qgis/doc/modules.dox
Log:
Updated doxygen config to document only QGIS API.


Modified: trunk/qgis/Doxyfile
===================================================================
--- trunk/qgis/Doxyfile	2008-10-28 22:27:07 UTC (rev 9553)
+++ trunk/qgis/Doxyfile	2008-10-28 23:00:54 UTC (rev 9554)
@@ -472,8 +472,13 @@
 # with spaces.
 
 INPUT          = doc \
-                 src \
-                 tests
+                 src/core \
+                 src/core/composer \
+                 src/core/raster \
+                 src/core/renderer \
+                 src/core/symbology \
+                 src/gui \
+                 src/plugins
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -484,15 +489,13 @@
 
 FILE_PATTERNS          = *.h \
                          *.cpp \
-                         src/core/spatialindex/* \
-                         src/core/spatialindex/storagemanager/*.** \
                          *.dox 
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO. 
 # If left blank NO is used.
 
-RECURSIVE              = YES
+RECURSIVE              = NO
 
 # The EXCLUDE tag can be used to specify files and/or directories that should 
 # excluded from the INPUT source files. This way you can easily exclude a 

Modified: trunk/qgis/doc/modules.dox
===================================================================
--- trunk/qgis/doc/modules.dox	2008-10-28 22:27:07 UTC (rev 9553)
+++ trunk/qgis/doc/modules.dox	2008-10-28 23:00:54 UTC (rev 9554)
@@ -1,5 +1,12 @@
-/** @defgroup library */
-/** @defgroup gui */
-/** @defgroup core*/
-/** @defgroup MapComposer*/
-/** @defgroup UnitTests*/
+/** @defgroup core
+
+QGIS core library. Contains all basic GIS functionality.
+
+*/
+
+/** @defgroup gui
+
+QGIS gui library. It's built on top of core library and adds reusable GUI widgets.
+*/
+
+/** @defgroup MapComposer */



More information about the QGIS-commit mailing list