From c1bbbd3b5b4706a31a7505fdd9ad65786764e2d7 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Fri, 10 May 2019 19:09:29 -0400 Subject: libcamera: ipa_module: add IPA shared library module Implement a class to wrap around an IPA module shared object. For now, just load a struct IPAModuleInfo with symbol name ipaModuleInfo from an IPA module .so shared object. Also provide a public header file including the struct IPAModuleInfo, structured such that both C and C++ IPA modules are supported. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart --- Documentation/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 381f7771..67eadede 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -2056,7 +2056,8 @@ INCLUDE_FILE_PATTERNS = *.h # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = __DOXYGEN__ +PREDEFINED = __DOXYGEN__ \ + __cplusplus # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The -- cgit v1.2.1