We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04355a8 commit 02df59cCopy full SHA for 02df59c
lib/parse.js
@@ -4,6 +4,12 @@ var doctrine = require('doctrine');
4
5
var parseMarkdown = require('./parse_markdown');
6
7
+/**
8
+ * Flatteners: these methods simplify the structure of JSDoc comments
9
+ * into a flat object structure, parsing markdown and extracting
10
+ * information where appropriate.
11
+ * @private
12
+ */
13
var flatteners = {
14
'abstract': flattenBoolean,
15
'access': function (result, tag) {
0 commit comments