We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2a52a62 commit 3e42f80Copy full SHA for 3e42f80
doc/CMakeLists.txt
@@ -59,6 +59,7 @@ IF(WITH_APIDOC)
59
${CMAKE_SOURCE_DIR}/src/core/diagram
60
${CMAKE_SOURCE_DIR}/src/core/dxf
61
${CMAKE_SOURCE_DIR}/src/core/effects
62
+ ${CMAKE_SOURCE_DIR}/src/core/expressions
63
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
64
${CMAKE_SOURCE_DIR}/src/core/geometry
65
${CMAKE_SOURCE_DIR}/src/core/geocms
@@ -83,6 +84,7 @@ IF(WITH_APIDOC)
83
84
${CMAKE_SOURCE_DIR}/src/gui/effects
85
${CMAKE_SOURCE_DIR}/src/gui/layertree
86
${CMAKE_SOURCE_DIR}/src/gui/locator
87
+ ${CMAKE_SOURCE_DIR}/src/gui/processing
88
${CMAKE_SOURCE_DIR}/src/gui/raster
89
${CMAKE_SOURCE_DIR}/src/gui/symbology
90
${CMAKE_SOURCE_DIR}/src/analysis
0 commit comments