[libcamera-devel] [PATCH 2/6] libcamera: signal: Enable documentation generation from signal.h file

Jacopo Mondi jacopo at jmondi.org
Mon Jan 21 09:40:44 CET 2019


Hi Laurent,
   thanks for the series...

For 1 and 2:
Acked-by: Jacopo Mondi <jacopo at jmondi.org>

3-6 will require some more time for me to look at the implementation
better, and possibly use it in practice, but when I thought about what
logging APIs I would have liked to have, they look very similiar to
what's in there.

Thanks
  j

On Mon, Jan 21, 2019 at 02:59:26AM +0200, Laurent Pinchart wrote:
> signal.cpp is missing a \file signal.h Doxygen directive, preventing
> documentation from being generated for the Signal class. Fix it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
>  src/libcamera/signal.cpp | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/src/libcamera/signal.cpp b/src/libcamera/signal.cpp
> index 51536dc5fdd0..8d62b5beeeac 100644
> --- a/src/libcamera/signal.cpp
> +++ b/src/libcamera/signal.cpp
> @@ -5,6 +5,11 @@
>   * signal.cpp - Signal & slot implementation
>   */
>
> +/**
> + * \file signal.h
> + * \brief Signal & slot implementation
> + */
> +
>  namespace libcamera {
>
>  /**
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20190121/3821d29b/attachment.sig>


More information about the libcamera-devel mailing list