diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in (renamed from doc/Doxyfile.in) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/reference.doxygen.in index b1f2829b..ff986bc0 100644 --- a/doc/Doxyfile.in +++ b/doc/reference.doxygen.in @@ -23,14 +23,14 @@ PROJECT_NAME = Ingen # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = @PACKAGE_VERSION@ +PROJECT_NUMBER = @INGEN_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 = @top_srcdir@/doc +OUTPUT_DIRECTORY = @INGEN_DOC_DIR@ # 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 = @top_srcdir@ +INPUT = @INGEN_SRCDIR@ # 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 |