[FFmpeg-cvslog] doxy: enable TYPEDEF_HIDES_STRUCT
Anton Khirnov
git at videolan.org
Fri May 24 12:29:31 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun May 12 14:58:14 2013 +0200| [e69222c50755030eef921e899e38b71a111093d9] | committer: Anton Khirnov
doxy: enable TYPEDEF_HIDES_STRUCT
This means that typedef struct SomeStruct {...} SomeStruct will only be
documented as SomeStruct in the doxy, without a pointless entry in the
typedefs list.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e69222c50755030eef921e899e38b71a111093d9
---
doc/Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Doxyfile b/doc/Doxyfile
index e330ad7..ae65478 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.
More information about the ffmpeg-cvslog
mailing list