mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
removed some tab chars
This commit is contained in:
parent
554917137b
commit
d7ea22b6f2
@ -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]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user