diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-18 21:31:36 +0000 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-18 21:31:36 +0000 |
commit | 7233faacb7990a6c3a40d2435ede88d7725dfc6e (patch) | |
tree | 628375aeb29a51e7b8cf45ccc0e78d3384cd9c06 | |
parent | 18644419b50b2b14a24456e0fcdb210f231ee317 (diff) | |
download | chill-7233faacb7990a6c3a40d2435ede88d7725dfc6e.tar.gz chill-7233faacb7990a6c3a40d2435ede88d7725dfc6e.tar.bz2 chill-7233faacb7990a6c3a40d2435ede88d7725dfc6e.zip |
exclude build when generating doc
-rw-r--r-- | doxygen/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 9d2f5a3..25e28cd 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -811,7 +811,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = build # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded |