summaryrefslogtreecommitdiff
path: root/navit/graphics.h
diff options
context:
space:
mode:
authorSebastian Leske <sebastian.leske@sleske.name>2015-09-02 18:28:09 +0200
committerSebastian Leske <sebastian.leske@sleske.name>2015-09-05 22:18:58 +0200
commit42caba9d22681549beffb35e5906d9a00dc5445c (patch)
tree964338c14aa3c77ada76e34d7a3fa7c415661d19 /navit/graphics.h
parent548d5f985b378e554cee70e0cd51711203955afb (diff)
downloadnavit-42caba9d22681549beffb35e5906d9a00dc5445c.tar.gz
graphics:Add Doxygen comments.
Diffstat (limited to 'navit/graphics.h')
-rw-r--r--navit/graphics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/navit/graphics.h b/navit/graphics.h
index f1e782f0b..a9268e07a 100644
--- a/navit/graphics.h
+++ b/navit/graphics.h
@@ -101,6 +101,11 @@ struct graphics_gc_methods {
void (*gc_set_background)(struct graphics_gc_priv *gc, struct color *c);
};
+/**
+ * @brief graphics context
+ * A graphics context encapsulates a set of drawing parameters, such as
+ * linewidth and drawing color.
+ */
struct graphics_gc {
struct graphics_gc_priv *priv;
struct graphics_gc_methods meth;