diff options
Diffstat (limited to 'src/libcamera/class.cpp')
-rw-r--r-- | src/libcamera/class.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libcamera/class.cpp b/src/libcamera/class.cpp index 340b7de7..171f7c0a 100644 --- a/src/libcamera/class.cpp +++ b/src/libcamera/class.cpp @@ -77,12 +77,10 @@ namespace libcamera { /** * \def LIBCAMERA_DECLARE_PRIVATE * \brief Declare private data for a public class - * \param klass The public class name * * The LIBCAMERA_DECLARE_PRIVATE() macro plumbs the infrastructure necessary to * make a class manage its private data through a d-pointer. It shall be used at - * the very top of the class definition, with the public class name passed as - * the \a klass parameter. + * the very top of the class definition. */ /** |