[vlc-commits] Doxygen: exclude test files

Rémi Denis-Courmont git at videolan.org
Tue Jan 5 22:57:50 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jan  5 20:01:14 2016 +0200| [7c664b973b336eae11ab930ded6507c05c99b600] | committer: Rémi Denis-Courmont

Doxygen: exclude test files

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c664b973b336eae11ab930ded6507c05c99b600
---

 doc/Doxyfile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 78bf72b..fe8582c 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -810,7 +810,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       = */test/* *_test.c
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the



More information about the vlc-commits mailing list