00001 /** \file 00002 * \brief Some file - header. 00003 * \author Ing. John Doe 00004 * \version 1.0.0 00005 * \date 2009/04/08 00006 * 00007 * Some file - header. 00008 */ 00009 00010 /** \defgroup module Some SW module 00011 * \brief Some SW module. 00012 * 00013 * SW module description. 00014 * @{ 00015 */ 00016 00017 #ifndef __BUG_H__ 00018 #define __BUG_H__ 00019 00020 /** \brief Some variable. 00021 * 00022 * This variable contains some text. 00023 * 00024 * \attention This variable is documented twice!!! 00025 */ 00026 extern char *someTextVariable; 00027 00028 #endif // __BUG_H__ 00029 00030 /** @} */