/** @addtogroup SampleGroup @brief long group document @{ */ /** @brief long structure document */ typedef struct { /** SampleFiledDocument */ void SampleField; } SampleStructure; /** @brief long function document */ int SampleFunction () {} /** @} */