diff options
Diffstat (limited to 'ffmpeg/doc/Doxyfile')
| -rw-r--r-- | ffmpeg/doc/Doxyfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ffmpeg/doc/Doxyfile b/ffmpeg/doc/Doxyfile index 7e6d0f5..6488aad 100644 --- a/ffmpeg/doc/Doxyfile +++ b/ffmpeg/doc/Doxyfile @@ -33,7 +33,7 @@ PROJECT_NAME = FFmpeg PROJECT_NUMBER = -# With the PROJECT_LOGO tag one can specify an logo or icon that is included +# With the PROJECT_LOGO tag one can specify a logo or icon that is included # in the documentation. The maximum height of the logo should not exceed 55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will # copy the logo to the output directory. @@ -277,7 +277,7 @@ SUBGROUPING = YES # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. -TYPEDEF_HIDES_STRUCT = NO +TYPEDEF_HIDES_STRUCT = YES # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. @@ -409,7 +409,7 @@ INLINE_INFO = YES # alphabetically by member name. If set to NO the members will appear in # declaration order. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically @@ -709,7 +709,7 @@ INLINE_SOURCES = NO # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented |
