From d23ae8da25c398ad0bb3e1f307529352cced174f Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 7 Feb 2019 14:26:23 +0100 Subject: [PATCH] doxygen: ignore mavlink headers in docs --- .doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doxygen b/.doxygen index 27ea7db6a9..319266335d 100644 --- a/.doxygen +++ b/.doxygen @@ -888,7 +888,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */mavlink/v2.0/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the