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