mirror of https://github.com/FFmpeg/FFmpeg.git
Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>pull/6/merge
parent
34871beb5e
commit
b3fab1f2cd
3 changed files with 23 additions and 2 deletions
@ -0,0 +1,14 @@ |
||||
#!/bin/sh |
||||
|
||||
SRC_PATH="${1}" |
||||
DOXYFILE="${2}" |
||||
|
||||
shift 2 |
||||
|
||||
doxygen - <<EOF |
||||
@INCLUDE = ${DOXYFILE} |
||||
INPUT = $@ |
||||
HTML_HEADER = ${SRC_PATH}/doc/doxy/header.html |
||||
HTML_FOOTER = ${SRC_PATH}/doc/doxy/footer.html |
||||
HTML_STYLESHEET = ${SRC_PATH}/doc/doxy/doxy_stylesheet.css |
||||
EOF |
Loading…
Reference in new issue