[glibmm/glibmm-2-62] Variant: Avoid . to not split an intro doc comment



commit 3c1fac6529dcb3fc255d4fb35b97fc4d4f86f8a1
Author: Daniel Boles <dboles src gmail com>
Date:   Sun Jan 5 11:38:10 2020 +0000

    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

 glib/src/variant.hg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/src/variant.hg b/glib/src/variant.hg
index 662448f3..74f080cc 100644
--- a/glib/src/variant.hg
+++ b/glib/src/variant.hg
@@ -343,7 +343,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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]