libcamera: class: Drop 'klass' argument from documentation
The LIBCAMERA_D_PTR() and LIBCAMERA_O_PTR() macros do not require an argument, but the version of the macro consumed by Doxygen does. Fix this by removing the klass parameter from both macros in their documentation version. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -48,8 +48,8 @@ public: \
|
||||
#else
|
||||
#define LIBCAMERA_DECLARE_PRIVATE()
|
||||
#define LIBCAMERA_DECLARE_PUBLIC(klass)
|
||||
#define LIBCAMERA_D_PTR(klass)
|
||||
#define LIBCAMERA_O_PTR(klass)
|
||||
#define LIBCAMERA_D_PTR()
|
||||
#define LIBCAMERA_O_PTR()
|
||||
#endif
|
||||
|
||||
class Extensible
|
||||
|
||||
Reference in New Issue
Block a user