JSDOC/TokenReader.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 08:58:38 +0000 (16:58 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 08:58:38 +0000 (16:58 +0800)
JSDOC/TokenReader.vala

index 569e8ce..6afd9be 100644 (file)
@@ -227,7 +227,7 @@ namespace JSDOC {
                 return true;
             }
             
-            if (!this.sepIdents || found.indexOf('.') < 0 ) {
+            if (!this.sepIdents || found.index_of('.') < 0 ) {
                 tokens.push(new Token(found, "NAME", "NAME", this.line));
                 return true;
             }