summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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