aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-json.h
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-12-25 16:12:29 -0500
committerjgeboski <jgeboski@gmail.com>2015-12-25 16:12:29 -0500
commitac79517efec69eb64d8470987ecf81c253ae1b93 (patch)
tree11d9313f99baa40e68a8a7e052880ea63e8dd88a /facebook/facebook-json.h
parentc2a7c914d3d218124cb3cfd7ca422d2d7c37fa67 (diff)
downloadbitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.gz
bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.bz2
bitlbee-facebook-ac79517efec69eb64d8470987ecf81c253ae1b93.tar.xz
Trivial GTK-Doc fixes
Diffstat (limited to 'facebook/facebook-json.h')
-rw-r--r--facebook/facebook-json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/facebook/facebook-json.h b/facebook/facebook-json.h
index 9f32a98..bcc4148 100644
--- a/facebook/facebook-json.h
+++ b/facebook/facebook-json.h
@@ -387,7 +387,7 @@ fb_json_values_new(JsonNode *root);
* fb_json_values_add:
* @values: The #FbJsonValues.
* @type: The #FbJsonType.
- * @required: TRUE if the node is required, otherwise FALSE.
+ * @required: #TRUE if the node is required, otherwise #FALSE.
* @expr: The #JsonPath expression.
*
* Adds a new #FbJsonValue to the #FbJsonValues.
@@ -410,7 +410,7 @@ fb_json_values_get_root(FbJsonValues *values);
/**
* fb_json_values_set_array:
* @values: The #FbJsonValues.
- * @required: TRUE if the node is required, otherwise FALSE.
+ * @required: #TRUE if the node is required, otherwise #FALSE.
* @expr: The #JsonPath expression.
*
* Sets the #JsonPath for an array to base all #FbJsonValue's off.