Browse Source

[doc] fix header file paths for out-of-source builds

tags/5.1.0
Stephen Sinclair 6 years ago
parent
commit
6c585b5941
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/doxygen/Doxyfile.in

+ 2
- 2
doc/doxygen/Doxyfile.in View File

@@ -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


Loading…
Cancel
Save