Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-24 14:24:53 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-24 14:25:21 +0400
commitecbd96ed23f07dfabc613b3fa2dcf394b2863203 (patch)
tree324c333e3fe7932a5ee80b0620d4d293325ec672 /doc/Doxyfile
parent029353e427dab092444008085ac330009a1707bd (diff)
parente69222c50755030eef921e899e38b71a111093d9 (diff)
Merge commit 'e69222c50755030eef921e899e38b71a111093d9'
* commit 'e69222c50755030eef921e899e38b71a111093d9': doxy: enable TYPEDEF_HIDES_STRUCT Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile2
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.