aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Misc/TerminalCodes.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-12-26 15:09:27 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-12-26 15:09:27 +0000
commit8981559dba72b619bf7d19a2c83de4b7b9110052 (patch)
tree04aa98ecc871cc5b9081c57c1332d42270bfcbd2 /LUFA/Drivers/Misc/TerminalCodes.h
parent1c6e8e42c1cbaa5992d985b702a3669d97d34806 (diff)
More minor documentation corrections.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1617 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Misc/TerminalCodes.h')
-rw-r--r--LUFA/Drivers/Misc/TerminalCodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Misc/TerminalCodes.h b/LUFA/Drivers/Misc/TerminalCodes.h
index 0b82613d..d1ac6c04 100644
--- a/LUFA/Drivers/Misc/TerminalCodes.h
+++ b/LUFA/Drivers/Misc/TerminalCodes.h
@@ -182,8 +182,8 @@
/** Sets the cursor position to the given line and column.
*
- * \param[in] Line Line number to position the cursor at
- * \param[in] Column Column number to position the cursor at
+ * \param[in] Line Line number to position the cursor at.
+ * \param[in] Column Column number to position the cursor at.
*/
#define ESC_CURSOR_POS(Line, Column) ANSI_ESCAPE_SEQUENCE(#Line ";" #Column "H")