From c707eb533a4c582e7377d2ad617482459da385f1 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Mon, 24 May 2021 17:18:59 +0900 Subject: ipa: core: Move documentation from cpp file back into the mojom file Move the documentation back to the mojom file from the cpp file. While at it, move the documentation for IPAInterface::init() and IPAInterface::stop() to the IPA guide. While at it, update the todo comment in all of the mojom files accordingly. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain [umang.jain@ideasonboard.com: Update todos] Signed-off-by: Umang Jain Reviewed-by: Paul Elder --- include/libcamera/ipa/vimc.mojom | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/libcamera/ipa/vimc.mojom') diff --git a/include/libcamera/ipa/vimc.mojom b/include/libcamera/ipa/vimc.mojom index 9ffd93bb..86bc318a 100644 --- a/include/libcamera/ipa/vimc.mojom +++ b/include/libcamera/ipa/vimc.mojom @@ -1,8 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* - * \todo Document the interface as src/libcamera/ipa/vimc_ipa_interface.cpp - * and remove the EXCLUDE_PATTERNS entry in Doxygen.in for its generation. + * \todo Document the interface and remove the related EXCLUDE_PATTERNS entry. */ module ipa.vimc; -- cgit v1.2.1