diff options
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 |