mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
doc: filter out OpenCL auto-generated runtime headers
This commit is contained in:
parent
c63b4433f4
commit
ccea108806
@ -106,7 +106,7 @@ FILE_PATTERNS =
|
|||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
EXCLUDE =
|
EXCLUDE =
|
||||||
EXCLUDE_SYMLINKS = NO
|
EXCLUDE_SYMLINKS = NO
|
||||||
EXCLUDE_PATTERNS = *.inl.hpp *.impl.hpp *_detail.hpp */cudev/**/detail/*.hpp *.m
|
EXCLUDE_PATTERNS = *.inl.hpp *.impl.hpp *_detail.hpp */cudev/**/detail/*.hpp *.m */opencl/runtime/*
|
||||||
EXCLUDE_SYMBOLS = cv::DataType<*> cv::traits::* int void CV__*
|
EXCLUDE_SYMBOLS = cv::DataType<*> cv::traits::* int void CV__*
|
||||||
EXAMPLE_PATH = @CMAKE_DOXYGEN_EXAMPLE_PATH@
|
EXAMPLE_PATH = @CMAKE_DOXYGEN_EXAMPLE_PATH@
|
||||||
EXAMPLE_PATTERNS = *
|
EXAMPLE_PATTERNS = *
|
||||||
|
Loading…
Reference in New Issue
Block a user