Skip to content

Commit 9778e85

Browse files
committed
Add 3d to doxygen, do not verify indentation of included poly2tri lib
1 parent 3f681d1 commit 9778e85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ IF(WITH_APIDOC)
5353
SET(DOXYGEN_INPUT
5454
${CMAKE_SOURCE_DIR}/doc
5555
${CMAKE_SOURCE_DIR}/src/core
56+
${CMAKE_SOURCE_DIR}/src/core/3d
5657
${CMAKE_SOURCE_DIR}/src/core/annotations
5758
${CMAKE_SOURCE_DIR}/src/core/auth
5859
${CMAKE_SOURCE_DIR}/src/core/composer
@@ -91,6 +92,10 @@ IF(WITH_APIDOC)
9192
${CMAKE_SOURCE_DIR}/src/analysis/openstreetmap
9293
${CMAKE_SOURCE_DIR}/src/analysis/raster
9394
${CMAKE_SOURCE_DIR}/src/analysis/vector
95+
${CMAKE_SOURCE_DIR}/src/3d
96+
${CMAKE_SOURCE_DIR}/src/3d/chunks
97+
${CMAKE_SOURCE_DIR}/src/3d/symbols
98+
${CMAKE_SOURCE_DIR}/src/3d/terrain
9499
${CMAKE_SOURCE_DIR}/src/plugins
95100
)
96101

scripts/verify-indentation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for f in $FILES; do
3636

3737
echo "Checking $f" >>/tmp/ctest-important.log
3838
case "$f" in
39-
src/core/gps/qextserialport/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|scripts/customwidget_template*)
39+
src/core/gps/qextserialport/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|src/3d/poly2tri/*|scripts/customwidget_template*)
4040
echo "$f skipped"
4141
continue
4242
;;

0 commit comments

Comments
 (0)