summaryrefslogtreecommitdiff
path: root/glib/src
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2020-01-05 11:38:10 +0000
committerDaniel Boles <dboles.src@gmail.com>2020-01-05 11:39:32 +0000
commit6c58c341dc369e4a89162168a5fa8146134492f8 (patch)
tree6ccc35102ea598cc42c218054199d0e3b9cc3b37 /glib/src
parent543b4eaab9ba203f7daa1df96c9f1b966352d95a (diff)
downloadglibmm-6c58c341dc369e4a89162168a5fa8146134492f8.tar.gz
Variant: Avoid . to not split an intro doc comment
Doxygen interprets the first . to mean the end of the introductory blurb, so that resulted in this sentence suddenly ending after the "i." in "i.e." in the short version and having a line break there in the long
Diffstat (limited to 'glib/src')
-rw-r--r--glib/src/variant.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/variant.hg b/glib/src/variant.hg
index ff791df4..114d84c9 100644
--- a/glib/src/variant.hg
+++ b/glib/src/variant.hg
@@ -330,7 +330,7 @@ public:
};
/** The base class for multiple-item Variants, such as Variants containing
- * tuples or arrays, and also for maybe-typed (i.e. nullable) Variant types.
+ * tuples or arrays, and also for maybe-typed (that is, nullable) Variant types.
*
* @newin{2,28}
* @ingroup Variant