mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix typo
This commit is contained in:
parent
f6c9e99d82
commit
3aa3214fde
@ -96,10 +96,9 @@ function toTags(docletSrc) {
|
||||
.split('\\@')
|
||||
.forEach(function($) {
|
||||
if ($) {
|
||||
parsedTag = $.match(/^(\S+)(:?\s+(\S[\s\S]*))?/);
|
||||
parsedTag = $.match(/^(\S+)(?:\s+(\S[\s\S]*))?/);
|
||||
|
||||
if (parsedTag) {
|
||||
// we don't need parsedTag[0]
|
||||
tagTitle = parsedTag[1];
|
||||
tagText = parsedTag[2];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user