summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-13 15:46:12 +0000
committerDavid Robillard <d@drobilla.net>2006-06-13 15:46:12 +0000
commit7ed3ef703ba8e0aa2c228e21d798d906194f6915 (patch)
treefe98312ba49246ef08236184b7e670deb0b42277 /doc
parent0f86e6b4544aa89c59a1361bbe837f4b3bd5bd66 (diff)
downloadingen-7ed3ef703ba8e0aa2c228e21d798d906194f6915.tar.gz
ingen-7ed3ef703ba8e0aa2c228e21d798d906194f6915.tar.bz2
ingen-7ed3ef703ba8e0aa2c228e21d798d906194f6915.zip
Added missing files
git-svn-id: http://svn.drobilla.net/lad/grauph@35 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in (renamed from doc/Doxyfile)6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile.in
index 61489c92..9f5417f4 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile.in
@@ -23,14 +23,14 @@ PROJECT_NAME = Om
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.3.0pre
+PROJECT_NUMBER = @PACKAGE_VERSION@
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = ../doc
+OUTPUT_DIRECTORY = @top_srcdir@/doc
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -417,7 +417,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../src
+INPUT = @top_srcdir@/src
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp