summaryrefslogtreecommitdiff
path: root/Documentation/Doxyfile.in
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-08-12 02:36:37 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-08-17 18:32:28 +0300
commit0e65ed81453ce0ae8534b3fbc3f44a846d816910 (patch)
treeeaad921355f681a0c91434896f7ea539a01f2382 /Documentation/Doxyfile.in
parenta66e5ca8c61093c5b927bb072c595560fd5d5d38 (diff)
libcamera: signal: Split Slot implementation to reusable classes
Move the Slot* classes to bound_method.{h,cpp} and rename them to Bound*Method*. They will be reused to implement asynchronous method invocation similar to cross-thread signal delivery. This is only a move and rename, no functional changes are included. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'Documentation/Doxyfile.in')
-rw-r--r--Documentation/Doxyfile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index 3d94623a..a9596c2a 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -865,11 +865,11 @@ EXCLUDE_PATTERNS =
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
-EXCLUDE_SYMBOLS = libcamera::SignalBase \
- libcamera::SlotArgs \
- libcamera::SlotBase \
- libcamera::SlotMember \
- libcamera::SlotStatic \
+EXCLUDE_SYMBOLS = libcamera::BoundMemberMethod \
+ libcamera::BoundMethodArgs \
+ libcamera::BoundMethodBase \
+ libcamera::BoundStaticMethod \
+ libcamera::SignalBase \
std::*
# The EXAMPLE_PATH tag can be used to specify one or more files or directories