[FFmpeg-cvslog] doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh

Diego Biurrun git at videolan.org
Fri Feb 14 15:23:16 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Feb 11 21:31:58 2014 +0100| [19d3127867f001d007f98bc8c5a85c5409abf788] | committer: Diego Biurrun

doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh

This allows using the libav source path as the example path.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19d3127867f001d007f98bc8c5a85c5409abf788
---

 doc/Doxyfile        |    3 +--
 doc/doxy-wrapper.sh |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 349db1a..58f7dfb 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -639,8 +639,7 @@ EXCLUDE_SYMBOLS        =
 # directories that contain example code fragments that are included (see
 # the \include command).
 
-EXAMPLE_PATH           = libavcodec/ \
-                         libavformat/
+EXAMPLE_PATH           =
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh
index 6650e38..e1b8363 100755
--- a/doc/doxy-wrapper.sh
+++ b/doc/doxy-wrapper.sh
@@ -8,6 +8,7 @@ shift 2
 doxygen - <<EOF
 @INCLUDE        = ${DOXYFILE}
 INPUT           = $@
+EXAMPLE_PATH    = ${SRC_PATH}/
 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



More information about the ffmpeg-cvslog mailing list