[JSDoc] Enable markdown processing

WTD-1482.
This commit is contained in:
Victor Woeltjen 2015-08-07 12:19:32 -07:00
parent a7a1ac70e5
commit 23f18c799d

View File

@ -5,5 +5,8 @@
],
"includePattern": "platform/.+\\.js$",
"excludePattern": ".+\\Spec\\.js$|lib/.+"
}
},
"plugins": [
"plugins/markdown"
]
}