[MPlayer-cvslog] r33359 - trunk/DOCS/tech/Doxyfile
    diego 
    subversion at mplayerhq.hu
       
    Wed May  4 16:06:47 CEST 2011
    
    
  
Author: diego
Date: Wed May  4 16:06:47 2011
New Revision: 33359
Log:
Exclude imported external libraries when generating Doxygen documentation.
Modified:
   trunk/DOCS/tech/Doxyfile
Modified: trunk/DOCS/tech/Doxyfile
==============================================================================
--- trunk/DOCS/tech/Doxyfile	Wed May  4 15:46:10 2011	(r33358)
+++ trunk/DOCS/tech/Doxyfile	Wed May  4 16:06:47 2011	(r33359)
@@ -437,7 +437,7 @@ RECURSIVE              = YES
 # 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.
    
    
More information about the MPlayer-cvslog
mailing list