From 5e8e1a761e4424010097988022f32c0a3dd1d363 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 12 Dec 2018 09:32:44 +0100 Subject: [PATCH] docs: Remove everything not related to libgirepository and restructure. Fixes #244 The gtk-doc docs were including some bits of overal g-i docs but mostly unfinished and outdated. We now have the general docs in sphinx so remove the duplication and make the gtk-docs just about the libgirepository API and nothing more. This also renames some titles and fixes some missing links in the struct hierarchy while at it. --- docs.c | 2 +- gitypelib-internal.h | 2 +- gitypelib.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.c b/docs.c index a4798c41f..b032b8231 100644 --- a/docs.c +++ b/docs.c @@ -26,7 +26,7 @@ /** * SECTION:gicommontypes - * @title: common types + * @title: Common Types * @short_description: TODO * * TODO diff --git a/gitypelib-internal.h b/gitypelib-internal.h index b44ba041b..28b177d67 100644 --- a/gitypelib-internal.h +++ b/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/gitypelib.h b/gitypelib.h index 7d0a66542..e6f46bcff 100644 --- a/gitypelib.h +++ b/gitypelib.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS /** * SECTION:gitypelib - * @title: gitypelib + * @title: GITypelib * @short_description: TODO * * TODO