Refactor to use new protocol module and sipo.
[bertos.git] / bertos / cfg / test.h
index f9c6ec21d4edf0562b4352de054ce118f3f59208..6f700e1239de427bdbf08aa7abab177906303950 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Utility for the test suite.
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
  * platforms, these macros come in handy.
  * Your module_test should supply three basic functions:
  *
+ * \code
  * int module_testSetup(void)
  * int module_testRun(void)
  * int module_testTearDown(void)
+ * \endcode
  *
  * All of these should return 0 if ok or a value != 0 on errors.
  *