Added basic driver example use code to the library documentation.
[pub/USBasp.git] / LUFA / Drivers / Misc / TerminalCodes.h
index f6673bc..e1cba16 100644 (file)
@@ -49,7 +49,7 @@
  *        compiler via the -D switch to disable the terminal codes without modifying the source, for use with non
  *        compatible terminals (any terminal codes then equate to empty strings).
  *
- *  Example Usage:
+ *  <b>Example Usage:</b>
  *  \code
  *      printf("Some String, " ESC_BOLD_ON " Some bold string");
  *  \endcode