-
-
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.
Updated doxygen config to document only QGIS API.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9554 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
wonder
committed
Oct 28, 2008
1 parent
02990f9
commit 5e6e0a7
Showing
2 changed files
with
20 additions
and
10 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
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,5 +1,12 @@ | ||
/** @defgroup library */ | ||
/** @defgroup gui */ | ||
/** @defgroup core*/ | ||
/** @defgroup MapComposer*/ | ||
/** @defgroup UnitTests*/ | ||
/** @defgroup core | ||
|
||
QGIS core library. Contains all basic GIS functionality. | ||
|
||
*/ | ||
|
||
/** @defgroup gui | ||
|
||
QGIS gui library. It's built on top of core library and adds reusable GUI widgets. | ||
*/ | ||
|
||
/** @defgroup MapComposer */ |