diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-01 11:27:44 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-01 11:27:44 +0200 |
| commit | d9f8c2a2baaa2706acaf88d3d0a54598d9c349b9 (patch) | |
| tree | 8f11d5eebfb2c8b10e90a0c910fde6f7bcc65138 | |
| parent | a4797849c681be8432dc945cc376d9ed51cd3c18 (diff) | |
| download | videoteco-fork-d9f8c2a2baaa2706acaf88d3d0a54598d9c349b9.tar.gz | |
The Doxyfile.in referenced @top_srcdir@ which resolves to `..`
even though doxygen is invoked from the root directory.
This is fixed now by using absolute paths.
| -rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f4c186d..e40ebf1 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -574,7 +574,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = "@top_srcdir@" +INPUT = "@abs_top_srcdir@" # 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 |
