diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-24 12:24:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-24 12:25:21 +0200 |
commit | ecbd96ed23f07dfabc613b3fa2dcf394b2863203 (patch) | |
tree | 324c333e3fe7932a5ee80b0620d4d293325ec672 | |
parent | 029353e427dab092444008085ac330009a1707bd (diff) | |
parent | e69222c50755030eef921e899e38b71a111093d9 (diff) | |
download | ffmpeg-ecbd96ed23f07dfabc613b3fa2dcf394b2863203.tar.gz |
Merge commit 'e69222c50755030eef921e899e38b71a111093d9'
* commit 'e69222c50755030eef921e899e38b71a111093d9':
doxy: enable TYPEDEF_HIDES_STRUCT
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index ebf79c3aeb..f01a305008 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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. |