Add description to symbols and defines

This commit is contained in:
Tim Schaub
2014-05-04 15:07:15 -07:00
parent f9157a6123
commit 070f81aa7d
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ exports.defineTags = function(dictionary) {
doclet.define = {
default: match[1] === 'true'
};
doclet.description = tag.value.description;
}
}
}