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:
parent
5694a6791f
commit
c46f82fd1b
1 changed files with 2 additions and 1 deletions
|
@ -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::*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue