diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-14 11:20:28 +0000 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-14 11:20:28 +0000 |
commit | a24392070b338b84c39ab7d2fa94ecfc30ae3d5f (patch) | |
tree | 30d37a84c1afca864a2d9524cbcb1f2f200f4dfc /girepository | |
parent | 765f61985950935214466b80c441abf2e25b9e9a (diff) | |
parent | 233084070fec59465fbead5c525b11c385be74ed (diff) | |
download | gobject-introspection-a24392070b338b84c39ab7d2fa94ecfc30ae3d5f.tar.gz |
Merge branch 'girepo-docs-cleanup' into 'master'
docs: Remove everything not related to libgirepository and restructure. Fixes #244
Closes #244
See merge request GNOME/gobject-introspection!96
Diffstat (limited to 'girepository')
-rw-r--r-- | girepository/docs.c | 2 | ||||
-rw-r--r-- | girepository/gitypelib-internal.h | 2 | ||||
-rw-r--r-- | girepository/gitypelib.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/girepository/docs.c b/girepository/docs.c index a4798c41..b032b823 100644 --- a/girepository/docs.c +++ b/girepository/docs.c @@ -26,7 +26,7 @@ /** * SECTION:gicommontypes - * @title: common types + * @title: Common Types * @short_description: TODO * * TODO diff --git a/girepository/gitypelib-internal.h b/girepository/gitypelib-internal.h index b44ba041..28b177d6 100644 --- a/girepository/gitypelib-internal.h +++ b/girepository/gitypelib-internal.h @@ -31,7 +31,7 @@ G_BEGIN_DECLS /** * SECTION:gitypelib-internal - * @title: GITypelib + * @title: GITypelib Internals * @short_description: Layout and accessors for typelib * @stability: Stable * diff --git a/girepository/gitypelib.h b/girepository/gitypelib.h index 7d0a6654..e6f46bcf 100644 --- a/girepository/gitypelib.h +++ b/girepository/gitypelib.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS /** * SECTION:gitypelib - * @title: gitypelib + * @title: GITypelib * @short_description: TODO * * TODO |