and finally... still more grouping in documentation.

This commit is contained in:
Johann Dreo 2010-11-05 22:46:15 +01:00
commit 2104f5b7e9
76 changed files with 427 additions and 70 deletions

View file

@ -25,8 +25,12 @@ Caner Candan <caner.candan@thalesgroup.com>
*/
/** Here's an example explaning how to use eoLogger:
/** @defgroup Logging Logging
Global logger for EO.
Here's an example explaning how to use eoLogger:
\code
#include <iostream>
#include <utils/eoLogger.h>
#include <utils/eoParserLogger.h>
@ -77,7 +81,9 @@ Caner Candan <caner.candan@thalesgroup.com>
return 0;
}
\endcode
@{
*/
#ifndef eoLogger_h
@ -249,4 +255,7 @@ namespace eo
extern eoLogger log;
}
/** @} */
#endif // !eoLogger_h