Skip to content

Commit dec4bac

Browse files
authored
Merge pull request #9539 from IgniteUI/update-typedoc-plugin
Update typedoc plugin
2 parents 5cf3559 + aaee4c7 commit dec4bac

File tree

4 files changed

+2054
-2648
lines changed

4 files changed

+2054
-2648
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function typedocWatchFunc(cb) {
175175

176176
const TYPEDOC = {
177177
EXPORT_JSON_PATH: slash(path.join(DOCS_OUTPUT_PATH, 'typescript-exported')),
178-
PROJECT_PATH: slash(path.join(__dirname, 'projects', 'igniteui-angular', 'src')),
178+
PROJECT_PATH: slash(path.join(__dirname, 'projects', 'igniteui-angular', 'src', 'public_api.ts')),
179179
TEMPLATE_STRINGS_PATH: slash(path.join(__dirname, 'extras', 'template', 'strings', 'shell-strings.json'))
180180
};
181181

0 commit comments

Comments
 (0)