libcamera: ipa_interface: Fix doxygen warning
Doxygen generates the following warning:
src/libcamera/ipa_interface.cpp:262: warning: explicit link request to 'dup()' could not be resolved
Fix it by disabling link generation by prefixing the function name with
a %.
Fixes: 4b9bd6c3ad ("libcamera: ipa_interface: Document the ownership of dmabufs passed to map_buffers()")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
* The dmabuf file descriptors provided in \a buffers are borrowed from the
|
||||
* caller and are only guaranteed to be valid during the map_buffers() call.
|
||||
* Should the callee need to store a copy of the file descriptors, it shall
|
||||
* duplicate them first with ::dup().
|
||||
* duplicate them first with ::%dup().
|
||||
*
|
||||
* \sa libcamera::IPAInterface::mapBuffers()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user