We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e26cc3 + 9f60428 commit 4070b5fCopy full SHA for 4070b5f
modules/matlab/cmake/init.cmake
@@ -18,3 +18,8 @@ if(WITH_MATLAB AND NOT DEFINED MATLAB_FOUND)
18
set(MATLAB_FOUND "${MATLAB_FOUND}" PARENT_SCOPE)
19
set(MATLAB_MEX_SCRIPT "${MATLAB_MEX_SCRIPT}" PARENT_SCOPE)
20
endif()
21
+
22
+if(NOT OPENCV_DOCS_INCLUDE_MATLAB)
23
+ list(APPEND DOXYGEN_BLACKLIST "matlab")
24
+ set(DOXYGEN_BLACKLIST "${DOXYGEN_BLACKLIST}" PARENT_SCOPE)
25
+endif()
0 commit comments