More minor documentation corrections.

This commit is contained in:
Dean Camera 2010-12-26 15:09:27 +00:00
parent a8b66f318d
commit c05e7cd7d9
2 changed files with 20 additions and 20 deletions

View file

@ -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")