diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-04 18:32:25 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-04 18:32:25 +0000 |
commit | 2fb8e11d1e4511e7f044a1f69eda0384abd06da5 (patch) | |
tree | 4501a6a1cca5586d3555e93d964b82b9d918dc5c /doc | |
parent | 936b57b248ab7d69410beb65c0f5a167146f1943 (diff) | |
download | LibXtract-2fb8e11d1e4511e7f044a1f69eda0384abd06da5.tar.gz LibXtract-2fb8e11d1e4511e7f044a1f69eda0384abd06da5.tar.bz2 LibXtract-2fb8e11d1e4511e7f044a1f69eda0384abd06da5.zip |
Fixed doxygen conf file variable substitution
Diffstat (limited to 'doc')
-rw-r--r-- | doc/documentation.doxygen.in (renamed from doc/documentation.doxygen) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation.doxygen b/doc/documentation.doxygen.in index 76b6933..7753f15 100644 --- a/doc/documentation.doxygen +++ b/doc/documentation.doxygen.in @@ -23,7 +23,7 @@ PROJECT_NAME = LibXtract # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.10 +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. @@ -459,7 +459,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../xtract/libxtract.h +INPUT = @top_srcdir@/xtract/libxtract.h @top_srcdir@/xtract/xtract_scalar.h @top_srcdir@/xtract/xtract_vector.h # 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 |