commit | e58b5fa39f1e4b6d86ebc40cdf17d7dc9030e661 | [log] [tgz] |
---|---|---|
author | Jacopo Mondi <jacopo@jmondi.org> | Tue Apr 20 11:34:35 2021 +0200 |
committer | Jacopo Mondi <jacopo@jmondi.org> | Wed Apr 21 09:53:08 2021 +0200 |
tree | a08a9bcd2205b8afbf15274a34d62ad46a929524 | |
parent | 1fca6228fece89c9270ff1abb293fdf48f1b577b [diff] |
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>