From 6605997d586590fcb1061cf21ec02bb1190b7968 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 9 Jun 2021 11:30:30 +0100 Subject: Update the JsonPath documentation --- json-glib/json-path.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'json-glib/json-path.h') diff --git a/json-glib/json-path.h b/json-glib/json-path.h index 9d47a2e..d9a29d9 100644 --- a/json-glib/json-path.h +++ b/json-glib/json-path.h @@ -38,7 +38,7 @@ G_BEGIN_DECLS /** * JSON_PATH_ERROR: * - * Error domain for #JsonPath errors + * Error domain for `JsonPath`. * * Since: 0.14 */ @@ -48,7 +48,9 @@ G_BEGIN_DECLS * JsonPathError: * @JSON_PATH_ERROR_INVALID_QUERY: Invalid query * - * Error code enumeration for the %JSON_PATH_ERROR domain. + * Error codes for `JSON_PATH_ERROR`. + * + * This enumeration can be extended at later date * * Since: 0.14 */ -- cgit v1.2.1