Documentation: Doxygen: Don't exclude Private classes
Some of the libcamera Private classes are part of the internal API exposed to pipeline handlers, and should thus be documented as such. Drop the wildcard exclusion, and exclude fully private classes explicitly instead. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -882,8 +882,9 @@ EXCLUDE_SYMBOLS = libcamera::BoundMethodArgs \
|
||||
libcamera::BoundMethodPack \
|
||||
libcamera::BoundMethodPackBase \
|
||||
libcamera::BoundMethodStatic \
|
||||
libcamera::Camera::Private \
|
||||
libcamera::CameraManager::Private \
|
||||
libcamera::SignalBase \
|
||||
libcamera::*::Private \
|
||||
*::details \
|
||||
std::*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user