00001 /** \file 00002 * \brief Some file - implementation. 00003 * \author Ing. John Doe 00004 * \version 1.0.0 00005 * \date 2009/04/08 00006 * 00007 * Some file - implementation. 00008 */ 00009 00010 /** \addtogroup module 00011 * @{ 00012 */ 00013 00014 #include "bug.h" 00015 00016 char *someTextVariable = "Hello World!"; 00017 00018 /** @} */