Skip to content

Commit c537508

Browse files
authored
Merge branch '12.0.x' into mdragnev/fix-9436-12.0.x
2 parents 44fead0 + 0f0d67b commit c537508

File tree

6 files changed

+2063
-2658
lines changed

6 files changed

+2063
-2658
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)