Remove from documentation struct names not used.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 14 Jan 2011 08:27:06 +0000 (08:27 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 14 Jan 2011 08:27:06 +0000 (08:27 +0000)
commit328675078ae8cd81cfa3524ad9cd082621a18566
treef1dc6f7f8fc207459df3578508bb91aceae586fc
parenta96606a141e20e7d2b855c485abab79fc258d198
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
Doxyfile-common