Skip to content

Commit

Permalink
[auth] Code style, unique ptrs and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 26, 2018
1 parent e02845a commit ab0c58d
Show file tree
Hide file tree
Showing 8 changed files with 379 additions and 241 deletions.
2 changes: 2 additions & 0 deletions doc/CMakeLists.txt
Expand Up @@ -57,6 +57,8 @@ IF(WITH_APIDOC)
${CMAKE_SOURCE_DIR}/src/core/3d
${CMAKE_SOURCE_DIR}/src/core/annotations
${CMAKE_SOURCE_DIR}/src/core/auth
${CMAKE_SOURCE_DIR}/src/auth
${CMAKE_SOURCE_DIR}/src/auth/oauth2
${CMAKE_SOURCE_DIR}/src/core/diagram
${CMAKE_SOURCE_DIR}/src/core/dxf
${CMAKE_SOURCE_DIR}/src/core/effects
Expand Down
11 changes: 11 additions & 0 deletions doc/modules.dox
Expand Up @@ -42,3 +42,14 @@ Contains classes related to implementation of QGIS plugins.
The QgsQuick library is built on top of the CORE library and Qt Quick/QML framework. It adds reusable GUI Quick Components, mainly for mobile devices.

*/



*/

/** @defgroup auth_plugins Authentication plugins

The QGIS authentication manager uses authentication plugins to provide most common authentication methods.

*/

0 comments on commit ab0c58d

Please sign in to comment.