From 7b051fb66b7bbccf3dd1dd574db39bfed41f1d9f Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 2 Jan 2021 08:30:15 -0500 Subject: [PATCH] Exclude pcbnew drc markdown from doxygen --- Doxyfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 9629e556ed..a482abae32 100644 --- a/Doxyfile +++ b/Doxyfile @@ -853,10 +853,11 @@ EXCLUDE_SYMLINKS = NO # exclude all test directories for example use the pattern */test/* EXCLUDE_PATTERNS = */bitmaps_png/*.md \ - */pcb_calculator/*.md \ + */pcb_calculator/*.md \ */pcb_calculator/attenuators/*.md \ - */eeschema/*.md \ - */eeschema/dialogs/*.md + */eeschema/*.md \ + */eeschema/dialogs/*.md \ + */pcbnew/dialogs/*.md # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the