diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen.cfg.in (renamed from docs/doxygen.cfg) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg.in index 40eafd80..ffd7c8bf 100644 --- a/docs/doxygen.cfg +++ 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 = docs/doxygen +OUTPUT_DIRECTORY = @abs_top_builddir@/docs/doxygen # 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 @@ -470,11 +470,11 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = tools/ \ - lib/ \ - include/ \ - docs/intro \ - docs/overview +INPUT = @abs_top_srcdir@/tools/ \ + @abs_top_srcdir@/lib/ \ + @abs_top_srcdir@/include/ \ + @abs_top_srcdir@/docs/intro \ + @abs_top_srcdir@/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 |