diff --git a/plugins/markdown.js b/plugins/markdown.js index 702318bd..a6b92d19 100644 --- a/plugins/markdown.js +++ b/plugins/markdown.js @@ -23,7 +23,7 @@ function process(doclet) { } if (typeof doclet[tag] === "string" && - (tag != 'see' || + (tag != 'see' || // treat '@see' specially, since we only want to process @see text that contains links (tag == 'see' && doclet[tag].indexOf('[') != -1))) { doclet[tag] = parse(doclet[tag]);