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",