From: lottaviano Date: Fri, 14 Jan 2011 08:27:06 +0000 (+0000) Subject: Remove from documentation struct names not used. X-Git-Tag: 2.7.0~296 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=328675078ae8cd81cfa3524ad9cd082621a18566;p=bertos.git Remove from documentation struct names not used. There are some structs defined as: typedef struct _Foo { ... } Foo; With this patch, only Foo shows up in the documentation instead of _Foo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4670 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile-common b/Doxyfile-common index 255ec3e4..583ceddd 100644 --- a/Doxyfile-common +++ b/Doxyfile-common @@ -265,7 +265,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.