]> git.sesse.net Git - ffmpeg/blobdiff - Doxyfile
timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.
[ffmpeg] / Doxyfile
index 32f84ddd15aa65f1f9e25352f470a9f3d474fd3b..dfa51ccb5fe7764bdaeb6f5b3bc240a4d85bdf57 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -625,7 +625,8 @@ EXCLUDE_SYMLINKS       = NO
 # for example use the pattern */test/*
 
 EXCLUDE_PATTERNS       = *.git \
-                         *.d
+                         *.d \
+                         avconv.c
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
@@ -1382,7 +1383,8 @@ PREDEFINED             = "__attribute__(x)=" \
 # The macro definition that is found in the sources will be used.
 # Use the PREDEFINED tag if you want to use a different macro definition.
 
-EXPAND_AS_DEFINED      = declare_idct
+EXPAND_AS_DEFINED      = declare_idct  \
+                         READ_PAR_DATA \
 
 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
 # doxygen's preprocessor will remove all function-like macros that are alone