File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- /** @defgroup core QGIS core library
1
+ /** @defgroup core core library
2
2
3
- Contains all basic GIS functionality.
3
+ The CORE library contains all basic GIS functionality.
4
4
5
5
*/
6
6
7
- /** @defgroup gui QGIS gui library.
7
+ /** @defgroup gui gui library
8
8
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.
10
10
11
11
*/
12
12
13
- /** @defgroup analysis QGIS analysis library.
13
+ /** @defgroup analysis analysis library
14
14
15
- Built on top of core library, the analysis library provides
15
+ The ANALYSIS library is built on top of CORE library and provides
16
16
high level tools for carrying out spatial analysis on vector and raster data.
17
17
*/
18
18
19
- /** @defgroup MapComposer */
19
+ /** @defgroup networkanalysis network analysis library
20
20
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.
24
23
*/
25
24
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.
26
29
27
- /** @defgroup server QGIS Server library. */
30
+ */
You can’t perform that action at this time.
0 commit comments