From 20c861f02f8e41cde2dec92f9d63d8266383c26b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 6 Mar 2014 13:58:15 +0000 Subject: docs: Port to MarkDown Drop the DocBook documentation, and move everything to the MarkDown format used by modern gtk-doc. --- json-glib/json-object.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'json-glib/json-object.c') diff --git a/json-glib/json-object.c b/json-glib/json-object.c index 95d2e86..d134421 100644 --- a/json-glib/json-object.c +++ b/json-glib/json-object.c @@ -35,9 +35,10 @@ * SECTION:json-object * @short_description: a JSON object representation * - * #JsonObject is the representation of the object type inside JSON. It contains - * #JsonNodes, which may contain fundamental types, arrays or other - * objects. Each member of an object is accessed using its name. + * #JsonObject is the representation of the object type inside JSON. It + * contains #JsonNodes, which may contain fundamental types, arrays or other + * objects; each node inside an object, or "member", is accessed using a + * unique string, or "name". * * Since objects can be expensive, they are reference counted. You can control * the lifetime of a #JsonObject using json_object_ref() and json_object_unref(). @@ -449,7 +450,7 @@ json_object_get_members (JsonObject *object) * Retrieves all the values of the members of a #JsonObject. * * Return value: (element-type JsonNode) (transfer container): a #GList of - * #JsonNodes. The content of the list is owned by the #JsonObject + * #JsonNodes. The content of the list is owned by the #JsonObject * and should never be modified or freed. When you have finished using the * returned list, use g_list_free() to free the resources it has allocated. */ -- cgit v1.2.1