qulogic/talkatu

Cleanups found during review

2019-07-22, Gary Kramlich
10a61ad59924
Parents 574fdc7924ce
Children a38f8992c4d0
Cleanups found during review
--- a/talkatu/talkatutag.c Fri Jul 19 17:10:41 2019 -0500
+++ b/talkatu/talkatutag.c Mon Jul 22 02:00:33 2019 -0500
@@ -149,13 +149,13 @@
/**
* TALKATU_TAG_PRE:
*
- * A constant that represents a pre formatted font style.
+ * A constant that represents a preformatted font style.
*/
/**
* TALKATU_TAG_PREFIX:
*
- * The prefix that all talkatu tags use.
+ * The prefix that all Talkatu tags use.
*/
/**
@@ -167,13 +167,13 @@
/**
* TALKATU_TAG_SEARCH:
*
- * A constant that represents the highlighed search term font style.
+ * A constant that represents the highlighted search term font style.
*/
/**
* TALKATU_TAG_STRIKETHROUGH:
*
- * A constant that represents the strike through font style.
+ * A constant that represents the strikethrough font style.
*/
/**
@@ -203,7 +203,7 @@
/**
* TalkatuTagDisplay:
* @TALKATU_TAG_DISPLAY_INLINE: The tag should be rendered inline.
- * @TALKATU_TAG_DISPLAY_BLOCK: The tag should be rendered on it's own line.
+ * @TALKATU_TAG_DISPLAY_BLOCK: The tag should be rendered on its own line.
*
* An enum representing how a tag should be rendered.
*/
@@ -291,7 +291,8 @@
* talkatu_tag_new:
* @name: The name to give the tag.
* @first_property: The name of the first property to set.
- * @...: Pairs of property names and values terminated by NULL.
+ * @...: The value of the first property followed optionally by more name/value
+ * pairs, followed by NULL.
*
* Creates a new #TalkatuTag to be used for styling text.
*