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

Message ID 20210213042143.112361-6-paul.elder@ideasonboard.com
State Accepted
Headers show
Series
  • IPA isolation: Part 1: Core components
Related show

Commit Message

Paul Elder Feb. 13, 2021, 4:21 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 v8

No change in v7

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 dc76cbea..5b64f705 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