Clean up doxygen modules listing

This commit is contained in:
Nyall Dawson 2016-07-04 13:46:39 +10:00
parent 36880111a5
commit 9f299a6842

View File

@ -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.
*/