diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-13 03:42:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-13 03:42:08 -0400 |
commit | b3cd1503ae2cf6ab9e12d8ba86934e23dfee3898 (patch) | |
tree | e19f4ffa7d2aaea73d69fa6c50efccd3af84952f /pango/pango-context.c | |
parent | bdede53bbe1e4bebe3316621eb7d1b7dd697fe6e (diff) | |
download | pango-b3cd1503ae2cf6ab9e12d8ba86934e23dfee3898.tar.gz |
Add some more docs
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 4b258c9c..8dd097ee 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -28,6 +28,8 @@ * Unicode characters and converts it into glyphs. * The functions described in this section accomplish * various steps of this process. + * + * ![](pipeline.png) */ #include "config.h" #include <string.h> |