summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-26 21:36:57 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-26 21:36:57 -0400
commit4923f3f80ecd77e8f3c549a7fca31c4fd83c9c4d (patch)
treecaeeda32c95b8f69d2ab1c625aacd6fe360fedc5 /doc/Doxyfile.in
parent82c985932fc9d64b84e1d6afe8f76f433ed1d21b (diff)
downloadopus-4923f3f80ecd77e8f3c549a7fca31c4fd83c9c4d.tar.gz
Moves the main headers from src/ to include/
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index ff808524..5bf1f879 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -610,10 +610,10 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @top_srcdir@/src/opus.h \
- @top_srcdir@/celt/opus_types.h \
- @top_srcdir@/celt/opus_defines.h \
- @top_srcdir@/src/opus_multistream.h
+INPUT = @top_srcdir@/include/opus.h \
+ @top_srcdir@/include/opus_types.h \
+ @top_srcdir@/include/opus_defines.h \
+ @top_srcdir@/include/opus_multistream.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