JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 09:53:43 +0000 (17:53 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 09:53:43 +0000 (17:53 +0800)
JSDOC/TokenStream.vala

index 33a2aff..72ac88f 100644 (file)
@@ -100,8 +100,8 @@ namespace JSDOC {
             * look ahead (or back) x number of tokens (which are not comment or whitespace)
             * ?? used any more?
             */
-           lookTok : function(/**Number*/n) {
-               if (typeof n == "undefined") n = 1;
+           public Token? lookTok (int n) {
+
 
                
                var count = 0;