[vala/wip/docs: 3/3] Hack errornous doc syntax



commit 36155a2875a173cd8fb5e09784fa8aa4e02c9c7b
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Sep 6 08:53:36 2017 +0200

    Hack errornous doc syntax

 libvaladoc/errorreporter.vala |    4 ++--
 vala/valareport.vala          |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libvaladoc/errorreporter.vala b/libvaladoc/errorreporter.vala
index c8d09cb..6d2aad6 100644
--- a/libvaladoc/errorreporter.vala
+++ b/libvaladoc/errorreporter.vala
@@ -81,12 +81,12 @@ public class Valadoc.ErrorReporter : Object {
        private unowned string caret_color_end = "";
 
        /**
-        * SGR start tag for quotes line ('', ``, `')
+        * SGR start tag for quotes line
         */
        private string quote_color_start = "";
 
        /**
-        * SGR end tag for quotes line ('', ``, `')
+        * SGR end tag for quotes line
         */
        private unowned string quote_color_end = "";
 
diff --git a/vala/valareport.vala b/vala/valareport.vala
index de867b0..eb2f4ad 100644
--- a/vala/valareport.vala
+++ b/vala/valareport.vala
@@ -89,12 +89,12 @@ public class Vala.Report {
        private unowned string caret_color_end = "";
 
        /**
-        * SGR start tag for quotes line ('', ``, `')
+        * SGR start tag for quotes line
         */
        private string quote_color_start = "";
 
        /**
-        * SGR end tag for quotes line ('', ``, `')
+        * SGR end tag for quotes line
         */
        private unowned string quote_color_end = "";
 


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