Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMous...
[pub/USBasp.git] / LUFA / Drivers / Misc / TerminalCodes.h
index 1206ade..b81a8d6 100644 (file)
  *  ANSI terminal compatible escape sequences. These escape sequences are designed to be concatenated with existing\r
  *  strings to modify their display on a compatible terminal application.\r
  *\r
+ */\r
\r
+/** \ingroup Group_MiscDrivers\r
+ *  @defgroup Group_Terminal ANSI Terminal Escape Codes - LUFA/Drivers/Misc/TerminalCodes.h\r
+ *\r
+ *  \section Sec_Dependencies Module Source Dependencies\r
+ *  The following files must be built with any user project that uses this module:\r
+ *    - None\r
+ *\r
+ *  \section Module Description\r
+ *  Escape code macros for ANSI compliant text terminals.\r
+ *\r
  *  \note If desired, the macro DISABLE_TERMINAL_CODES can be defined in the project makefile and passed to the GCC\r
  *        compiler via the -D switch to disable the terminal codes without modifying the source, for use with non\r
  *        compatible terminals (any terminal code then equate to empty strings).\r
  *  \code\r
  *      printf("Some String, " ESC_BOLD_ON " Some bold string");\r
  *  \endcode\r
- */\r
\r
-/** \ingroup Group_MiscDrivers\r
- *  @defgroup Group_Terminal ANSI Terminal Escape Codes - LUFA/Drivers/Misc/TerminalCodes.h\r
- *\r
- *  Escape code macros for ANSI compliant text terminals.\r
  *\r
  *  @{\r
  */\r