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:
@@ -16,7 +16,7 @@
|
||||
#include <libcamera/base/log.h>
|
||||
|
||||
/**
|
||||
* \file libcamera/internal/mapped_framebuffer.h
|
||||
* \file mapped_framebuffer.h
|
||||
* \brief Frame buffer memory mapping support
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user