libcamera: Drop path prefix from Doxygen file directive

The Doxygen directive only requires qualifying header file names with a
path to differentiate between multiple header files with the same name.
Most file directives that refer to unambiguous files do not have a
libcamera/ and/or internal/ path prefix, but a few do, most likely due
to copy&paste. Drop the prefix in those few files for consistency.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2024-08-04 22:35:30 +03:00
parent 8af95d6854
commit a458eb1adf
6 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@
#include "libcamera/internal/media_device.h" #include "libcamera/internal/media_device.h"
/** /**
* \file internal/converter.h * \file converter.h
* \brief Abstract converter * \brief Abstract converter
*/ */

View file

@ -23,7 +23,7 @@
#include "libcamera/internal/v4l2_videodevice.h" #include "libcamera/internal/v4l2_videodevice.h"
/** /**
* \file internal/converter/converter_v4l2_m2m.h * \file converter/converter_v4l2_m2m.h
* \brief V4L2 M2M based converter * \brief V4L2 M2M based converter
*/ */

View file

@ -11,7 +11,7 @@ namespace libcamera {
/** /**
* *
* \file libcamera/fence.h * \file fence.h
* \brief Definition of the Fence class * \brief Definition of the Fence class
*/ */

View file

@ -16,7 +16,7 @@
#include <libcamera/base/log.h> #include <libcamera/base/log.h>
/** /**
* \file libcamera/internal/mapped_framebuffer.h * \file mapped_framebuffer.h
* \brief Frame buffer memory mapping support * \brief Frame buffer memory mapping support
*/ */

View file

@ -11,7 +11,7 @@
#include <string> #include <string>
/** /**
* \file libcamera/orientation.h * \file orientation.h
* \brief Image orientation definition * \brief Image orientation definition
*/ */

View file

@ -18,7 +18,7 @@
#include <yaml.h> #include <yaml.h>
/** /**
* \file libcamera/internal/yaml_parser.h * \file yaml_parser.h
* \brief A YAML parser helper * \brief A YAML parser helper
*/ */