diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-11 20:22:36 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-12 20:45:39 +0200 |
commit | b4351e1a6b83a9cfbfc331af3753602a02dbe062 (patch) | |
tree | b10c13c55eac5efe90cdd8c9adbe7a7db31b3788 /Documentation/_templates/.keep_empty | |
parent | 53c4d4c34fc49b95ca07265fc65940df9c365074 (diff) |
libcamera: log: Fix Doxygen documentation
Now that the documentation can be compiled, Doxygen throws a few
warnings due to incorrect enum field naming. Fix it.
The \file block needs to be named after the header file in order for
Doxygen to document any global function, variable, typedef or enum
defined in the header (as documented in the Doxygen manual under the
\file command). We thus need to use log.h as the file name. No \file
block is needed for the .cpp file, as we don't want to generate
documentation for internal private globals.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/_templates/.keep_empty')
0 files changed, 0 insertions, 0 deletions