Skip to content

Commit dc9f640

Browse files
author
wonder
committed
Updated doxygen config to document only QGIS API.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9554 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent dbbd342 commit dc9f640

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

Doxyfile

+8-5
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,13 @@ WARN_LOGFILE =
472472
# with spaces.
473473

474474
INPUT = doc \
475-
src \
476-
tests
475+
src/core \
476+
src/core/composer \
477+
src/core/raster \
478+
src/core/renderer \
479+
src/core/symbology \
480+
src/gui \
481+
src/plugins
477482

478483
# If the value of the INPUT tag contains directories, you can use the
479484
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -484,15 +489,13 @@ INPUT = doc \
484489

485490
FILE_PATTERNS = *.h \
486491
*.cpp \
487-
src/core/spatialindex/* \
488-
src/core/spatialindex/storagemanager/*.** \
489492
*.dox
490493

491494
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
492495
# should be searched for input files as well. Possible values are YES and NO.
493496
# If left blank NO is used.
494497

495-
RECURSIVE = YES
498+
RECURSIVE = NO
496499

497500
# The EXCLUDE tag can be used to specify files and/or directories that should
498501
# excluded from the INPUT source files. This way you can easily exclude a

doc/modules.dox

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/** @defgroup library */
2-
/** @defgroup gui */
3-
/** @defgroup core*/
4-
/** @defgroup MapComposer*/
5-
/** @defgroup UnitTests*/
1+
/** @defgroup core
2+
3+
QGIS core library. Contains all basic GIS functionality.
4+
5+
*/
6+
7+
/** @defgroup gui
8+
9+
QGIS gui library. It's built on top of core library and adds reusable GUI widgets.
10+
*/
11+
12+
/** @defgroup MapComposer */

0 commit comments

Comments
 (0)