11 lines
148 B
Bash
Executable File
11 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Generates docs for Android Native library
|
|
#
|
|
|
|
CURRENT_DIR="`pwd`"
|
|
|
|
cd "${CURRENT_DIR}"/../../android/ffmpeg-kit-android-lib
|
|
|
|
doxygen
|