diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2019-04-17 14:05:27 +0200 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2019-04-17 14:05:58 +0200 |
| commit | 6c585b5941945f9d6731dbd74902d146d32874c4 (patch) | |
| tree | 4b0a52af3ae40e0cc1fbbeeb69c479e288b24c84 /doc/doxygen | |
| parent | 4ea20ca26fae8f35401ee54cf526d892370aa1a0 (diff) | |
[doc] fix header file paths for out-of-source builds
Diffstat (limited to 'doc/doxygen')
| -rw-r--r-- | doc/doxygen/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
