JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 10:10:31 +0000 (18:10 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 10:10:31 +0000 (18:10 +0800)
JSDOC/TokenStream.vala

index f7b2192..7f2058e 100644 (file)
@@ -202,7 +202,8 @@ namespace JSDOC {
                }
                
                /**
-                *    @type JSDOC.Token[] -- returns all the tokens betweeen and including stop token eg.. from {... to  }
+                *  balance 
+                * -- returns all the tokens betweeen and including stop token eg.. from {... to  }
                 * @param start {String}  token name or data (eg. '{'
                 * @param stop {String} (Optional) token name or data (eg. '}'
                 */