-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3688011
commit 9f299a6
Showing
1 changed file
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
The SERVER library is built on top of the CORE library and adds map server | ||
components to QGIS. | ||
|
||
/** @defgroup server QGIS Server library.*/ | ||
*/ |