From 744fabcbb938d60cdbc0dfadc625bbd6798c2485 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 14 Jan 2020 01:54:30 +0200 Subject: libcamera: ipa_interface: Fix doxygen warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 4b9bd6c3ad94 ("libcamera: ipa_interface: Document the ownership of dmabufs passed to map_buffers()") Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund --- src/libcamera/ipa_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcamera/ipa_interface.cpp') diff --git a/src/libcamera/ipa_interface.cpp b/src/libcamera/ipa_interface.cpp index 90015449..5959e7de 100644 --- a/src/libcamera/ipa_interface.cpp +++ b/src/libcamera/ipa_interface.cpp @@ -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() */ -- cgit v1.2.1