# Local doxygen configuration # # This configuration is optimised to produce pleasant documentation, # but its output may change at any time. # # Only put configuration here if it breaks compatibility with older versions. # For example, if a new version of doxygen adds a new option, # enable it here. Put "safe" improvements in Doxyfile-FFmpeg, # and compatibility changes in Doxyfile-website @INCLUDE = doc/Doxyfile-1.8.17 @INCLUDE = doc/Doxyfile-FFmpeg #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- OUTPUT_DIRECTORY = doc/doxy STRIP_FROM_INC_PATH = . #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- PREDEFINED = __attribute__(x)= \ "DECLARE_ALIGNED(n,t,v)=t v" \ offsetof(x,y)=0x42 \ av_alloc_size(...)= \ AV_GCC_VERSION_AT_LEAST(x,y)=1 \ AV_GCC_VERSION_AT_MOST(x,y)=0 \ "FF_PAD_STRUCTURE(name,size,...)=typedef struct name { __VA_ARGS__ } name;" \ __GNUC__