Skip to content

Commit 0c0947e

Browse files
committed
remove false doc (mindless copy-paste), extra punctuation
1 parent b07ff36 commit 0c0947e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gc/ogc/console.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ s32 CON_InitEx(GXRModeObj *rmode, s32 conXOrigin,s32 conYOrigin,s32 conWidth,s32
8080
* \fn CON_GetMetrics(int *cols, int *rows)
8181
* \brief retrieve the columns and rows of the current console
8282
*
83-
* \param[out] cols,rows number of columns and rows of the current console, in tiles, 1-indexed.
83+
* \param[out] cols,rows number of columns and rows of the current console, in tiles
8484
*
8585
* \return none
8686
*/
@@ -90,7 +90,7 @@ void CON_GetMetrics(int *cols, int *rows);
9090
* \fn CON_GetPosition(int *col, int *row)
9191
* \brief retrieve the current cursor position of the current console
9292
*
93-
* \param[out] col,row current cursor position, in tiles, 1-indexed.
93+
* \param[out] col,row current cursor position, in tiles, 1-indexed
9494
*
9595
* \return none
9696
*/
@@ -198,10 +198,10 @@ void consoleSetFont(PrintConsole* console, ConsoleFont* font);
198198
/**
199199
* @brief Sets the print window.
200200
* @param console Console to set, if NULL it will set the current console window.
201-
* @param x X location of the window, in tiles, 1-indexed.
202-
* @param y Y location of the window, in tiles, 1-indexed.
203-
* @param width Width of the window, in tiles, 1-indexed.
204-
* @param height Height of the window, in tiles, 1-indexed.
201+
* @param x X location of the window, in tiles, 1-indexed
202+
* @param y Y location of the window, in tiles, 1-indexed
203+
* @param width Width of the window, in tiles
204+
* @param height Height of the window, in tiles
205205
*/
206206
void consoleSetWindow(PrintConsole* console, unsigned int x, unsigned int y, unsigned int width, unsigned int height);
207207

0 commit comments

Comments
 (0)