aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp/gdisp.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-11-10 21:30:56 +0100
committerJoel Bodenmann <joel@unormal.org>2013-11-10 21:30:56 +0100
commit48c2c7125bfa954277bca36e3d79786a6511db4a (patch)
tree170094fe07ffb749987064faa4d97b9737e0a4db /include/gdisp/gdisp.h
parentf73c1972ba1663badeeb2237d2985795cfa012f1 (diff)
downloaduGFX-48c2c7125bfa954277bca36e3d79786a6511db4a.tar.gz
uGFX-48c2c7125bfa954277bca36e3d79786a6511db4a.tar.bz2
uGFX-48c2c7125bfa954277bca36e3d79786a6511db4a.zip
doxygen fixes
Diffstat (limited to 'include/gdisp/gdisp.h')
-rw-r--r--include/gdisp/gdisp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index 51415805..09dab71a 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -145,7 +145,7 @@ extern GDisplay *GDISP;
*/
/**
* @brief The pixel format.
- * @default It generally defaults to the hardware pixel format.
+ * @details It generally defaults to the hardware pixel format.
* @note This doesn't need to match the hardware pixel format.
* It is definitely more efficient when it does.
* @note When GDISP_TOTAL_CONTROLLERS > 1, this must
@@ -232,7 +232,7 @@ GDisplay *gdispGetDisplay(unsigned display);
* value.
* @note If a NULL is passed for the dispay this call is ignored.
*
- * @param[in] display The display number (0..n)
+ * @param[in] g The display number (0..n)
*
* @api
*/
@@ -254,7 +254,7 @@ void gdispSetDisplay(GDisplay *g);
* Calling it again won't hurt though.
*
*
- * @param[in] display The display number (0..n)
+ * @param[in] g The display number (0..n)
*
* @api
*/