doc: Various documentation updates.
[bertos.git] / bertos / cfg / test.h
index f9c6ec21d4edf0562b4352de054ce118f3f59208..aacf7e15341b43226b865d74f785ac26aa552c9a 100644 (file)
  * 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.
  *