Skip to content

Commit 9f299a6

Browse files
committed
Clean up doxygen modules listing
1 parent 3688011 commit 9f299a6

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

doc/modules.dox

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
1-
/** @defgroup core QGIS core library
1+
/** @defgroup core core library
22

3-
Contains all basic GIS functionality.
3+
The CORE library contains all basic GIS functionality.
44

55
*/
66

7-
/** @defgroup gui QGIS gui library.
7+
/** @defgroup gui gui library
88

9-
It's built on top of core library and adds reusable GUI widgets.
9+
The GUI library is build on top of the CORE library and adds reusable GUI widgets.
1010

1111
*/
1212

13-
/** @defgroup analysis QGIS analysis library.
13+
/** @defgroup analysis analysis library
1414

15-
Built on top of core library, the analysis library provides
15+
The ANALYSIS library is built on top of CORE library and provides
1616
high level tools for carrying out spatial analysis on vector and raster data.
1717
*/
1818

19-
/** @defgroup MapComposer */
19+
/** @defgroup networkanalysis network analysis library
2020

21-
/** @defgroup networkanalysis QGIS network analysis library.
22-
23-
The network analysis library provides high level tool for build topology and analysis it.
21+
The NETWORK_ANALYSIS library provides high level tools for building network
22+
topologies and analysing them.
2423
*/
2524

25+
/** @defgroup server server library
26+
27+
The SERVER library is built on top of the CORE library and adds map server
28+
components to QGIS.
2629

27-
/** @defgroup server QGIS Server library.*/
30+
*/

0 commit comments

Comments
 (0)