Skip to content
Snippets Groups Projects
Commit 06f489c3 authored by Franck Dary's avatar Franck Dary
Browse files

Excluded build from being searched by doxygen

parent 280bb4ca
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ SEPARATE_MEMBER_PAGES = NO
# uses this value to replace tabs by spaces in code fragments.
# Minimum value: 1, maximum value: 16, default value: 4.
TAB_SIZE = 4
TAB_SIZE = 2
# This tag can be used to specify a number of aliases that act as commands in
# the documentation. An alias has the form:
......@@ -889,7 +889,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 = */build/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment