libcamera: signal: Enable documentation generation from signal.h file
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@ideasonboard.com> Acked-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
6c27bada1d
commit
bd0c818023
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
* signal.cpp - Signal & slot implementation
|
* signal.cpp - Signal & slot implementation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \file signal.h
|
||||||
|
* \brief Signal & slot implementation
|
||||||
|
*/
|
||||||
|
|
||||||
namespace libcamera {
|
namespace libcamera {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue