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.
1 parent c0ea1d2 commit 9f60428Copy full SHA for 9f60428
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