summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2017-11-13 14:51:17 -0800
committerEino-Ville Talvala <etalvala@google.com>2017-11-13 14:51:17 -0800
commite86a8cd0b8692adcfab71cedd5d9d90fd6a4d0e8 (patch)
treebe34590811550627f967a0351e0a59646d5f6090 /docs
parentd52f2e426c80136ecbdfe1124604164fa683d6e9 (diff)
downloadnative-e86a8cd0b8692adcfab71cedd5d9d90fd6a4d0e8.tar.gz
NDK docs: Fix paths to frameworks/av include directories
These have moved during earlier cleanup, and the Doxyfile wasn't updated to match. Test: Doc generation with 'make html' includes media and camera docs Change-Id: I7eb7e4fb28fb649915a13af486d9bc7710970f2e
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index bb0ca3251f..0ec45514f7 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -677,7 +677,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../include/android ../../av/include/ndk ../../av/include/camera/ndk
+INPUT = ../include/android ../../av/media/ndk/include ../../av/camera/ndk/include
# 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