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:
Jacopo Mondi
2021-04-20 11:34:35 +02:00
parent 1fca6228fe
commit e58b5fa39f
2 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -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