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 | 308e601966dacd57967ce03a01cfc8926e8b3306 (diff) | |
| parent | 852f319d86403146fd8e9d460b5925bf64a31a6b (diff) | |
| download | monzero-core-f8abf3dd614a68471bdcfcd0a7c5fd4680e93297.tar.gz monzero-core-f8abf3dd614a68471bdcfcd0a7c5fd4680e93297.tar.xz monzero-core-f8abf3dd614a68471bdcfcd0a7c5fd4680e93297.zip | |
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 |
