summaryrefslogtreecommitdiff
path: root/gtk/font_pango.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 17:00:15 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 17:00:15 +0000
commitd1f2d29e102a3c429c892c70a7125cad3add5fe0 (patch)
treed127b2b5668161dbe72b6fe104a231268a873ba4 /gtk/font_pango.c
parentea033c54d474113d6755ab19ad2c6b59e7ca1f01 (diff)
downloadnetsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.gz
netsurf-d1f2d29e102a3c429c892c70a7125cad3add5fe0.tar.bz2
Doxygen cleanups and documentation additions
Diffstat (limited to 'gtk/font_pango.c')
-rw-r--r--gtk/font_pango.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index c49b32b25..ee506380f 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -224,7 +224,7 @@ bool nsfont_split(const plot_font_style_t *fstyle,
* \param y y coordinate
* \param string UTF-8 string to measure
* \param length length of string
- * \param style plot style for this text
+ * \param fstyle plot style for this text
* \return true on success, false on error and error reported
*/
@@ -259,8 +259,8 @@ bool nsfont_paint(int x, int y, const char *string, size_t length,
/**
* Convert a plot style to a PangoFontDescription.
*
- * \param style plot style for this text
- * \return a new Pango font description
+ * \param fstyle plot style for this text
+ * \return A new Pango font description
*/
PangoFontDescription *nsfont_style_to_description(