Commit 9f604285 authored by Alexander Alekhin's avatar Alexander Alekhin

docs: exclude 'matlab' entry

parent c0ea1d20
......@@ -18,3 +18,8 @@ if(WITH_MATLAB AND NOT DEFINED MATLAB_FOUND)
set(MATLAB_FOUND "${MATLAB_FOUND}" PARENT_SCOPE)
set(MATLAB_MEX_SCRIPT "${MATLAB_MEX_SCRIPT}" PARENT_SCOPE)
endif()
if(NOT OPENCV_DOCS_INCLUDE_MATLAB)
list(APPEND DOXYGEN_BLACKLIST "matlab")
set(DOXYGEN_BLACKLIST "${DOXYGEN_BLACKLIST}" PARENT_SCOPE)
endif()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment