timer: Convert to new-style CONFIG_XYZ parameters
[bertos.git] / bertos / cfg / test.h
index 507ec17e8a9c22bc628e31629365e8a5e7263226..a05db372fb6e0cab0a41cac86dc82e6f3440fe22 100644 (file)
  * All of these should return 0 if ok or a value != 0 on errors.
  *
  * Then, at the end of your module_test you can write:
+ * \code
  * #include TEST_ONLY(whatuneed.h)
  * #include TEST_ONLY(whatuneed.c)
  * #include TEST_ONLY(...)
  *
  * TEST_MAIN(module);
+ * \endcode
  *
  * The macro TEST_ONLY expand to nothing in non-TEST mode or to
  * the specified filename if _TEST is defined.