diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-02-15 11:06:36 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-04-08 00:57:28 -0400 |
commit | 7fc77e1c5a9b04da172d032f8d1a2bd04a1c92a1 (patch) | |
tree | 4a69d86b31c2806fee367237bca8c460a1ed09e1 /pango/pango-engine.h | |
parent | 6df7fcde9cde8c808344cd7242b0492e92ec10f1 (diff) | |
download | pango-7fc77e1c5a9b04da172d032f8d1a2bd04a1c92a1.tar.gz |
docs: Fix some introspection annotation syntax
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=778663
Diffstat (limited to 'pango/pango-engine.h')
-rw-r--r-- | pango/pango-engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h index fe0c5a7c..a5c92d88 100644 --- a/pango/pango-engine.h +++ b/pango/pango-engine.h @@ -169,7 +169,7 @@ GType pango_engine_lang_get_type (void) G_GNUC_CONST; typedef struct _PangoEngineShapeClass PangoEngineShapeClass; /** - * PangoEngineShape + * PangoEngineShape: * * The #PangoEngineShape class is implemented by engines that * customize the rendering-system dependent part of the @@ -241,7 +241,7 @@ typedef struct _PangoEngineInfo PangoEngineInfo; typedef struct _PangoEngineScriptInfo PangoEngineScriptInfo; /** - * PangoEngineScriptInfo + * PangoEngineScriptInfo: * @script: a #PangoScript. The value %PANGO_SCRIPT_COMMON has * the special meaning here of "all scripts" * @langs: a semicolon separated list of languages that this |