X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FToken.vala;h=e3779c01dd8c8991c6283f2064f735787b4c8cbc;hb=47d710e1ad8352be849a59e4728f421627e568a6;hp=eba9dff0628baf3512282def5bb47ba64d183ae5;hpb=1fcba30485190f3d5cf3e112fc64a6d16c897ad0;p=gnome.introspection-doc-generator diff --git a/JSDOC/Token.vala b/JSDOC/Token.vala index eba9dff..e3779c0 100644 --- a/JSDOC/Token.vala +++ b/JSDOC/Token.vala @@ -84,11 +84,11 @@ namespace JSDOC public string asString() { - return "line:%d, type %s, name %s, data : %s , outData: %s".printf( + return "line:%d, type %s, data : %s, name %s, , outData: %s".printf( this.line, this.type, - this.name, this.data, + this.name, this.outData == null ? "" : this.outData );