src/jsdoc/DocComment.vala
authorAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 08:22:13 +0000 (16:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 08:22:13 +0000 (16:22 +0800)
src/jsdoc/DocComment.vala

index 9a613bd..f0d1ff9 100644 (file)
@@ -11,8 +11,8 @@ namespace JSDOC
        public class DocComment : Object
        {
 
-               bool isUserComment  = true;
-               bool hasTags            = false;
+               public bool isUserComment  = true;
+               public bool hasTags             = false;
                string src          = "";
                //string meta       =  "";
                //Gee.ArrayList<string> tagTexts;