diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-08-06 23:08:04 -0400 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-10-18 11:49:13 +0100 |
commit | 7eb8646ace9591df2da8c1b6e7d3ba9d04904559 (patch) | |
tree | 42f7c48b62fec85dea2e409f26bf32e1308ab535 /gsk/gskenums.h | |
parent | d8dc6f0c81e68ead4e7600875254e86eeb72b5f4 (diff) | |
download | gtk+-7eb8646ace9591df2da8c1b6e7d3ba9d04904559.tar.gz |
Small fixes for the docs
Set titles and short descriptions for the sections.
Diffstat (limited to 'gsk/gskenums.h')
-rw-r--r-- | gsk/gskenums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskenums.h b/gsk/gskenums.h index 9ccfc9504e..2b0a2a5bfa 100644 --- a/gsk/gskenums.h +++ b/gsk/gskenums.h @@ -48,7 +48,7 @@ typedef enum { * @GSK_BLEND_MODE_DEFAULT: The default blend mode, which specifies no blending * @GSK_BLEND_MODE_MULTIPLY: The source color is multiplied by the destination * and replaces the destination - * @GSK_BLEND_MODE_SCREEN: + * @GSK_BLEND_MODE_SCREEN: ... * @GSK_BLEND_MODE_OVERLAY: ... * @GSK_BLEND_MODE_DARKEN: ... * @GSK_BLEND_MODE_LIGHTEN: ... |