docs: DOXYGEN_BLACKLIST CMake variable for modules exclusion

This commit is contained in:
Alexander Alekhin 2018-09-24 11:34:03 +03:00
parent 0a23c1bf11
commit 93b0b03447

View File

@ -14,6 +14,7 @@ if(DOXYGEN_FOUND)
add_custom_target(doxygen)
# not documented modules list
set(blacklist "${DOXYGEN_BLACKLIST}")
list(APPEND blacklist "ts" "java_bindings_generator" "java" "python_bindings_generator" "python2" "python3" "js" "world")
unset(CMAKE_DOXYGEN_TUTORIAL_CONTRIB_ROOT)
unset(CMAKE_DOXYGEN_TUTORIAL_JS_ROOT)