summaryrefslogtreecommitdiff
path: root/framebuffer/convert_font.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 16:05:22 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 16:05:22 +0000
commitea033c54d474113d6755ab19ad2c6b59e7ca1f01 (patch)
tree6ee9fd8e904177891987b227bec03d146ff33cd8 /framebuffer/convert_font.c
parentdf8c6c3ad758fbcd88fbbe7fb53221a32ae3abe2 (diff)
downloadnetsurf-ea033c54d474113d6755ab19ad2c6b59e7ca1f01.tar.gz
netsurf-ea033c54d474113d6755ab19ad2c6b59e7ca1f01.tar.bz2
Doxygen cleanups
Diffstat (limited to 'framebuffer/convert_font.c')
-rw-r--r--framebuffer/convert_font.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/framebuffer/convert_font.c b/framebuffer/convert_font.c
index eb8f3cb03..010af857a 100644
--- a/framebuffer/convert_font.c
+++ b/framebuffer/convert_font.c
@@ -206,14 +206,7 @@ static glyph_entry * glyph_add_to_table(glyph_entry *new)
/**
- * Add new glyph to hash table (or free, and return pointer to existing glyph)
- *
- * Note that if new glyph already exists in table, it is freed and a pointer to
- * the existing glyph is returned. If the glyph does not exist in the table
- * it is added and its pointer is returned.
- *
- * \param new New glyph to add (may be freed)
- * \return pointer to glyph in hash table
+ * Free glyph table.
*/
static void free_table(void)
{