Skip to content
Permalink
Browse files
[auth] Code style, unique ptrs and documentation
  • 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.
@@ -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
@@ -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.