mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Clean up doxygen modules listing
This commit is contained in:
parent
36880111a5
commit
9f299a6842
@ -1,27 +1,30 @@
|
||||
/** @defgroup core QGIS core library
|
||||
/** @defgroup core core library
|
||||
|
||||
Contains all basic GIS functionality.
|
||||
The CORE library contains all basic GIS functionality.
|
||||
|
||||
*/
|
||||
|
||||
/** @defgroup gui QGIS gui library.
|
||||
/** @defgroup gui gui library
|
||||
|
||||
It's built on top of core library and adds reusable GUI widgets.
|
||||
The GUI library is build on top of the CORE library and adds reusable GUI widgets.
|
||||
|
||||
*/
|
||||
|
||||
/** @defgroup analysis QGIS analysis library.
|
||||
/** @defgroup analysis analysis library
|
||||
|
||||
Built on top of core library, the analysis library provides
|
||||
The ANALYSIS library is built on top of CORE library and provides
|
||||
high level tools for carrying out spatial analysis on vector and raster data.
|
||||
*/
|
||||
|
||||
/** @defgroup MapComposer */
|
||||
/** @defgroup networkanalysis network analysis library
|
||||
|
||||
/** @defgroup networkanalysis QGIS network analysis library.
|
||||
|
||||
The network analysis library provides high level tool for build topology and analysis it.
|
||||
The NETWORK_ANALYSIS library provides high level tools for building network
|
||||
topologies and analysing them.
|
||||
*/
|
||||
|
||||
/** @defgroup server server library
|
||||
|
||||
/** @defgroup server QGIS Server library.*/
|
||||
The SERVER library is built on top of the CORE library and adds map server
|
||||
components to QGIS.
|
||||
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user