diff --git a/conf.json b/conf.json index 908fddb6..7b53f215 100644 --- a/conf.json +++ b/conf.json @@ -6,7 +6,7 @@ "source": { "includePattern": ".+\\.js(doc)?$", "excludePattern": "(^|\\/|\\\\)_", - "exclude": [ "test/*", "examples/*", "node_modules/*" ], + "exclude": [ "test/*", "examples/*", "node_modules/*" ] }, "plugins": ["plugins/markdown"], "templates": { @@ -24,4 +24,4 @@ "collapseSymbols" : false, "inverseNav" : true }, -} \ No newline at end of file +}