From 32524d186a4383e35959618b1926435185dacf1f Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 6 Mar 2014 16:06:51 +0100 Subject: [PATCH] Add explicit includes/excludes to jsdoc config. --- apidoc/conf.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apidoc/conf.json b/apidoc/conf.json index 5c56857620..8131a4bc6e 100644 --- a/apidoc/conf.json +++ b/apidoc/conf.json @@ -8,7 +8,13 @@ }, "source": { "includePattern": ".+\\.js(doc)?$", - "excludePattern": "(^|\\/|\\\\)_" + "excludePattern": "(^|\\/|\\\\)_", + "exclude": [ + "src/googx/dom/fullscreen.js" + ], + "include": [ + "src" + ] }, "plugins": [ "plugins/markdown",