From 23f18c799d2a7598ac4e0853c65de89f8a6acd1b Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 7 Aug 2015 12:19:32 -0700 Subject: [PATCH] [JSDoc] Enable markdown processing WTD-1482. --- jsdoc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jsdoc.json b/jsdoc.json index 4164aa3577..4f4ee0afd4 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -5,5 +5,8 @@ ], "includePattern": "platform/.+\\.js$", "excludePattern": ".+\\Spec\\.js$|lib/.+" - } + }, + "plugins": [ + "plugins/markdown" + ] } \ No newline at end of file