[libcamera-devel,v6,5/9] Documentation: skip generating documentation for generated code
diff mbox series

Message ID 20201224081534.41601-6-paul.elder@ideasonboard.com
State Changes Requested
Delegated to: Paul Elder
Headers show
Series
  • IPA isolation: Part 1: Core components
Related show

Commit Message

Paul Elder Dec. 24, 2020, 8:15 a.m. UTC
Specify in doxygen to not generate code for the generated headers and
proxy source code files.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>

---
No change in v6

No change in v5

No change in v4

No change in v3

New in v2
---
 Documentation/Doxyfile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Patch
diff mbox series

diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index 4bbacc46..b18b8e9c 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -842,7 +842,9 @@  EXCLUDE                = @TOP_SRCDIR@/include/libcamera/span.h \
 			 @TOP_SRCDIR@/src/libcamera/pipeline/ \
 			 @TOP_SRCDIR@/src/libcamera/proxy/ \
 			 @TOP_SRCDIR@/src/libcamera/tracepoints.cpp \
-			 @TOP_BUILDDIR@/include/libcamera/internal/tracepoints.h
+			 @TOP_BUILDDIR@/include/libcamera/internal/tracepoints.h \
+			 @TOP_BUILDDIR@/include/libcamera/ipa/ \
+			 @TOP_BUILDDIR@/src/libcamera/proxy/
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded