diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Doxyfile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 950ad4fe..381f7771 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -833,7 +833,9 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = ../src/libcamera/device_enumerator_udev.cpp \ +EXCLUDE = ../src/libcamera/device_enumerator_sysfs.cpp \ + ../src/libcamera/device_enumerator_udev.cpp \ + ../src/libcamera/include/device_enumerator_sysfs.h \ ../src/libcamera/include/device_enumerator_udev.h \ ../src/libcamera/pipeline/ |