Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e86a8cd0 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

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
parent d52f2e42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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