From 0f2da9aa0756c8e67b6ea6700de193daa5a31579 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Fri, 5 Dec 2014 11:38:19 -0800 Subject: [PATCH] Finish implementing JSDoc support --- docs/{conf.json => jsdoc_config.json} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename docs/{conf.json => jsdoc_config.json} (88%) diff --git a/docs/conf.json b/docs/jsdoc_config.json similarity index 88% rename from docs/conf.json rename to docs/jsdoc_config.json index 67cc9a21f..7299244d4 100644 --- a/docs/conf.json +++ b/docs/jsdoc_config.json @@ -11,6 +11,5 @@ "templates": { "cleverLinks": false, "monospaceLinks": false - }, - "destination": "./out/" + } } \ No newline at end of file