aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-02-26 23:20:05 +0100
committerGitHub <noreply@github.com>2018-02-26 23:20:05 +0100
commitb70436373b488ce9cd8b0dc287d058b5ca206347 (patch)
treeef5f46f2dbf2e0bfc54bc8e514c3f2ea2930ab9b /Doxyfile
parentddd3c19f4336495bbc8927fd552db0c4d9fe6662 (diff)
parentba2cff154954c29cf8e8d60848c053d164bf7832 (diff)
downloadShaarli-b70436373b488ce9cd8b0dc287d058b5ca206347.tar.gz
Shaarli-b70436373b488ce9cd8b0dc287d058b5ca206347.tar.zst
Shaarli-b70436373b488ce9cd8b0dc287d058b5ca206347.zip
Merge pull request #1090 from virtualtam/fix/doxygen
Doxygen: ignore data/, simplify Make target
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
index 9a596b53..30f95564 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -804,6 +804,7 @@ RECURSIVE = YES
804# run. 804# run.
805 805
806EXCLUDE = vendor \ 806EXCLUDE = vendor \
807 data \
807 tpl \ 808 tpl \
808 inc \ 809 inc \
809 doc \ 810 doc \