diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-10-17 23:24:22 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-10-17 23:24:22 -0500 |
commit | f8abf3dd614a68471bdcfcd0a7c5fd4680e93297 (patch) | |
tree | 9956398e95603c689d54479398854ce0764c2b38 | |
parent | Merge pull request #7799 (diff) | |
parent | Doxygen: Exclude build directories (diff) | |
download | monero-f8abf3dd614a68471bdcfcd0a7c5fd4680e93297.tar.xz |
Merge pull request #7804
852f319 Doxygen: Exclude build directories (mj-xmr)
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -805,7 +805,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/* */contrib/depends/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the |