From: Stephen Sinclair Date: Wed, 17 Apr 2019 12:05:27 +0000 (+0200) Subject: [doc] fix header file paths for out-of-source builds X-Git-Tag: 5.1.0~4 X-Git-Url: https://git.carlh.net/gitweb/?p=rtaudio.git;a=commitdiff_plain;h=6c585b5941945f9d6731dbd74902d146d32874c4 [doc] fix header file paths for out-of-source builds --- diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index c065cb8..e984531 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -678,8 +678,8 @@ WARN_LOGFILE = # with spaces. INPUT = . \ - ../../RtAudio.h \ - ../../RtError.h + @top_srcdir@/RtAudio.h \ + @top_srcdir@/rtaudio_c.h # 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