summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-02 11:27:28 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-02 11:27:28 +0000
commitd694ede5239e6224f9c45b6a7e63a69c55f5fdc7 (patch)
tree0da0d3711e631af97bf394c0673bc92436ad99bb
parente767ce71ef270deb45b74069c187baa51dac271b (diff)
downloadlibnsfb-d694ede5239e6224f9c45b6a7e63a69c55f5fdc7.tar.gz
libnsfb-d694ede5239e6224f9c45b6a7e63a69c55f5fdc7.tar.bz2
Typo and doxygen comment.
svn path=/trunk/libnsfb/; revision=8258
-rw-r--r--src/plotters.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plotters.c b/src/plotters.c
index 3099768..289e2f4 100644
--- a/src/plotters.c
+++ b/src/plotters.c
@@ -7,7 +7,9 @@
* http://www.opensource.org/licenses/mit-license.php
*/
-/* generic plotter functions which are not depth dependant */
+/** \file
+ * generic plotter functions which are not depth dependant (implementation).
+ */
#include <stdbool.h>
#include <limits.h>
@@ -146,7 +148,7 @@ static bool find_span(const int *p, int n, int x, int y, int *x0, int *x1)
/**
* Plot a polygon
*
- * \param nsfb frambuffer context
+ * \param nsfb framebuffer context
* \param p array of polygon vertices (x1, y1, x2, y2, ... , xN, yN)
* \param n number of polygon vertices (N)
* \param c fill colour