mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
docs: DOXYGEN_BLACKLIST CMake variable for modules exclusion
This commit is contained in:
parent
0a23c1bf11
commit
93b0b03447
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user