Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLane Schwartz <dowobeha@gmail.com>2016-10-03 20:31:54 +0300
committerLane Schwartz <dowobeha@gmail.com>2016-10-03 20:31:54 +0300
commite851f31dd4e5bbfd863a5b62d901efcbf1d86977 (patch)
treeafeda17440293d23e633d1c369677b67f2408f93 /Doxyfile.in
parent3378fa65da9ebea60ff2de17da91674af5af9553 (diff)
Exclude 3rd party code from generated docs
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index f4f72f89..1761a228 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -778,7 +778,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE =
+EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/src/3rd_party
# 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