JSDOC/TokenReader.vala
authorAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 08:41:19 +0000 (16:41 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 08:41:19 +0000 (16:41 +0800)
JSDOC/TokenReader.vala

index 56ba172..061d2a1 100644 (file)
@@ -248,7 +248,7 @@ namespace JSDOC {
         /**
             @returns {Boolean} Was the token found?
          */
-        public bool read_punc (TextStream stream, TokenArray tokens)
+        public bool read_punc (TextStream stream, TokenArray tokens) throws TokenReader_Error
         {
             string found = "";