summaryrefslogtreecommitdiff
path: root/frontends/atari/plot/plot.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-14 23:05:30 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-14 23:06:04 +0000
commit6741b6e287bf89607eb6ce8378d79f7b4cf4b162 (patch)
tree438322cdbc1df19650ab0975519f6f7908ccae91 /frontends/atari/plot/plot.h
parent20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342 (diff)
downloadnetsurf-6741b6e287bf89607eb6ce8378d79f7b4cf4b162.tar.gz
netsurf-6741b6e287bf89607eb6ce8378d79f7b4cf4b162.tar.bz2
clean up incorrect documentation comments from plotter API rework
Diffstat (limited to 'frontends/atari/plot/plot.h')
-rw-r--r--frontends/atari/plot/plot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/atari/plot/plot.h b/frontends/atari/plot/plot.h
index c8bf9157c..a827c008c 100644
--- a/frontends/atari/plot/plot.h
+++ b/frontends/atari/plot/plot.h
@@ -87,6 +87,7 @@ extern const struct plotter_table atari_plotters;
/**
* Init screen and font driver objects.
*
+ * \param ctx The current redraw context.
* \param fdrvrname font driver name.
* \return value > 1 when the objects could be succesfully created or
* <= 0 to indicate an error.
@@ -105,6 +106,8 @@ bool plot_unlock(void);
/**
* Set plot origin and canvas size
+ *
+ * \param ctx The current redraw context.
* \param x the x origin
* \param y the y origin
* \param w the width of the plot area