summaryrefslogtreecommitdiff
path: root/Documentation/Doxyfile.in
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2019-10-27 02:28:40 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-29 16:41:33 +0200
commit1e2db0eee7b3752507de50788c974e40dcafaf1b (patch)
treed34a2387d7ff32b5155e673635c2a70bd8f73bb8 /Documentation/Doxyfile.in
parent66e7c5b774e288faa3a9b413861d6a77723db3ad (diff)
libcamera: bound_method: Define connection type for method invocation
Define an enumeration of connection types to describe the delivery method of signals and method invocation. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'Documentation/Doxyfile.in')
-rw-r--r--Documentation/Doxyfile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index 5237cf60..24babfd8 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -837,9 +837,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = @TOP_SRCDIR@/include/libcamera/bound_method.h \
- @TOP_SRCDIR@/src/libcamera/bound_method.cpp \
- @TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \
+EXCLUDE = @TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \
@TOP_SRCDIR@/src/libcamera/device_enumerator_udev.cpp \
@TOP_SRCDIR@/src/libcamera/include/device_enumerator_sysfs.h \
@TOP_SRCDIR@/src/libcamera/include/device_enumerator_udev.h \