[geary/wip/jsc-migration: 5/5] Fix valadoc warning



commit 83309d2d838c5935e613d5c1a7725c2de69ab640
Author: Michael Gratton <mike vee net>
Date:   Sun Jul 21 10:05:43 2019 +1000

    Fix valadoc warning

 src/engine/memory/memory-buffer.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/engine/memory/memory-buffer.vala b/src/engine/memory/memory-buffer.vala
index 9b4527f3..0a9a2467 100644
--- a/src/engine/memory/memory-buffer.vala
+++ b/src/engine/memory/memory-buffer.vala
@@ -104,8 +104,8 @@ public abstract class Geary.Memory.Buffer : BaseObject {
      * Returns a copy of the contents of the buffer as a UTF-8 string.
      *
      * The base class implementation uses {@link to_string} to create
-     * the string and and {@link GLib.string.make_valid} to perform
-     * the validation.  Subclasses should look for more optimal
+     * the string and and {@link string.make_valid} to perform the
+     * validation. Subclasses should look for more optimal
      * implementations.
      */
     public virtual string get_valid_utf8() {


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