summaryrefslogtreecommitdiff
path: root/beos/font.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 22:08:29 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 22:08:29 +0000
commit5562c9a553fe539d0d1fbf05dba89b1b1f577fae (patch)
treee518c4be0cd833b3568244681b97d0fc60ff860d /beos/font.cpp
parent05a64bfde9fe91587a7f8bd3d32f8577b80c7328 (diff)
downloadnetsurf-5562c9a553fe539d0d1fbf05dba89b1b1f577fae.tar.gz
netsurf-5562c9a553fe539d0d1fbf05dba89b1b1f577fae.tar.bz2
Continue doxygen error cleanup.
Diffstat (limited to 'beos/font.cpp')
-rw-r--r--beos/font.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/beos/font.cpp b/beos/font.cpp
index 5b3ef8bce..ba6803f53 100644
--- a/beos/font.cpp
+++ b/beos/font.cpp
@@ -288,10 +288,9 @@ bool nsfont_paint(const plot_font_style_t *fstyle,
/**
* Convert a font style to a PangoFontDescription.
*
- * \param fstyle style for this text
- * \return a new Pango font description
+ * \param font Beos font object.
+ * \param fstyle style for this text
*/
-
void nsbeos_style_to_font(BFont &font, const plot_font_style_t *fstyle)
{
float size;