Tools: [skip ci] remove all references to CxImage

This commit is contained in:
wmayer
2022-02-28 21:44:57 +01:00
parent b5a99d0d39
commit b0ebf143e6
7 changed files with 138 additions and 1812 deletions

View File

@@ -78,9 +78,7 @@ if(DOXYGEN_FOUND)
# exclude some subdirectories
# src/Tools : content not relevant ?
# src/3rdParty/CxImage : Windows thumbnailer
set( DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/Tools)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/CxImage)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/Doc/sphinx)
# deprecated modules
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/Mod/Assembly)