changeset 33272:4e2e688b2c6f

Exclude imported external libraries when generating Doxygen documentation.
author diego
date Wed, 04 May 2011 14:06:47 +0000
parents 490ee81b6181
children 8c4a81b0bd5f
files DOCS/tech/Doxyfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/Doxyfile	Wed May 04 13:46:10 2011 +0000
+++ b/DOCS/tech/Doxyfile	Wed May 04 14:06:47 2011 +0000
@@ -437,7 +437,7 @@
 # excluded from the INPUT source files. This way you can easily exclude a
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = DOCS TOOLS
+EXCLUDE                = DOCS TOOLS ffmpeg libass libdvdcss libdvdnav libdvdread4 libmpeg2 mp3lib stream/freesdp stream/librtsp stream/realrtsp tremor
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.