aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/doxygen.cfg
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-07-01 13:40:33 -0300
committerGravatar David Bremner <david@tethera.net>2014-07-09 19:32:15 -0300
commit10224335514b70acc95f89ced4d900bd6c94990b (patch)
treeee63d88b5d932bfe9e3fd2e5e8d385a81cb568e1 /doc/doxygen.cfg
parent0e50854a7feb1feea24745ce0a87be4327803e21 (diff)
doc: build and install doxygen api docs
In order to support out of tree builds and avoid hardcoding version number, generate `doc/config.dox` from configure.
Diffstat (limited to 'doc/doxygen.cfg')
-rw-r--r--doc/doxygen.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index bfbfcab3..1a53af56 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -4,11 +4,11 @@
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
-PROJECT_NAME = "Notmuch 0.18"
+@INCLUDE = "doc/config.dox"
PROJECT_NUMBER =
PROJECT_BRIEF =
PROJECT_LOGO =
-OUTPUT_DIRECTORY =
+OUTPUT_DIRECTORY = doc/_build
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
@@ -96,7 +96,6 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = lib/notmuch.h
INPUT_ENCODING = UTF-8
FILE_PATTERNS =
RECURSIVE = NO