summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-06-30 21:06:25 +0200
committerReinhard Tartler <siretart@tauware.de>2011-06-30 21:19:16 +0200
commitd7537a6fce140876405a66f059f14e190527388d (patch)
tree5d29e6f9e4fba4e2ee030fe3b21422fb5a596b23 /Doxyfile
parent192bfbc1f18d50afea03c2d62ce5325fabb2f141 (diff)
doxygen: Include libavcodec and libavformat examples into the documentation
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 5d80a2b6f5..6f32da6540 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -591,7 +591,7 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH =
+EXAMPLE_PATH = libavcodec/api-example.c libavformat/output-example.c
# 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