mirror of
https://github.com/arthenica/ffmpeg-kit.git
synced 2026-05-07 20:22:27 +00:00
11 lines
126 B
Bash
Executable File
11 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Generates docs for Apple Objective-C library
|
|
#
|
|
|
|
CURRENT_DIR="`pwd`"
|
|
|
|
cd "${CURRENT_DIR}"/../../apple
|
|
|
|
doxygen
|