aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-11-11 08:36:08 +1000
committerinmarket <andrewh@inmarket.com.au>2013-11-11 08:36:08 +1000
commit9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d (patch)
treedc23b26da96cd8a335ba056334ecfeb762417cb9 /include/gdisp
parentde90ca598979f34a29fcd9f1514d97b0527753a5 (diff)
downloaduGFX-9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d.tar.gz
uGFX-9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d.tar.bz2
uGFX-9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d.zip
Fix a couple of doxygen comments, remove a couple of double definitions.
Diffstat (limited to 'include/gdisp')
-rw-r--r--include/gdisp/gdisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index 09dab71a..99b1a504 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -232,7 +232,7 @@ GDisplay *gdispGetDisplay(unsigned display);
* value.
* @note If a NULL is passed for the dispay this call is ignored.
*
- * @param[in] g The display number (0..n)
+ * @param[in] g The display to use
*
* @api
*/
@@ -254,7 +254,7 @@ void gdispSetDisplay(GDisplay *g);
* Calling it again won't hurt though.
*
*
- * @param[in] g The display number (0..n)
+ * @param[in] g The display to use
*
* @api
*/