diff options
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r-- | docs/doxygen.cfg.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index f06af13a..6c4aa54e 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -38,7 +38,7 @@ PROJECT_NUMBER = # 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 = @abs_top_builddir@/docs/doxygen +OUTPUT_DIRECTORY = @DOXYGEN_OUTPUT_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 @@ -464,11 +464,11 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @abs_top_srcdir@/tools/ \ - @abs_top_srcdir@/lib/ \ - @abs_top_srcdir@/include/ \ - @abs_top_srcdir@/docs/intro \ - @abs_top_srcdir@/docs/overview +INPUT = @PROJECT_SOURCE_DIR@/tools/ \ + @PROJECT_SOURCE_DIR@/lib/ \ + @PROJECT_SOURCE_DIR@/include/ \ + @PROJECT_SOURCE_DIR@/docs/intro \ + @PROJECT_SOURCE_DIR@/docs/overview # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default |