File tree 2 files changed +20
-10
lines changed
2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -472,8 +472,13 @@ WARN_LOGFILE =
472
472
# with spaces.
473
473
474
474
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
477
482
478
483
# If the value of the INPUT tag contains directories, you can use the
479
484
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -484,15 +489,13 @@ INPUT = doc \
484
489
485
490
FILE_PATTERNS = *.h \
486
491
*.cpp \
487
- src/core/spatialindex/* \
488
- src/core/spatialindex/storagemanager/*.** \
489
492
*.dox
490
493
491
494
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
492
495
# should be searched for input files as well. Possible values are YES and NO.
493
496
# If left blank NO is used.
494
497
495
- RECURSIVE = YES
498
+ RECURSIVE = NO
496
499
497
500
# The EXCLUDE tag can be used to specify files and/or directories that should
498
501
# excluded from the INPUT source files. This way you can easily exclude a
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments