Skip to content

Commit 02df59c

Browse files
committed
Try to make flatteners private
1 parent 04355a8 commit 02df59c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/parse.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ var doctrine = require('doctrine');
44

55
var parseMarkdown = require('./parse_markdown');
66

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+
*/
713
var flatteners = {
814
'abstract': flattenBoolean,
915
'access': function (result, tag) {

0 commit comments

Comments
 (0)