Skip to content

Commit fe06d12

Browse files
feat: add warning on typedoc for autogenerated files (#147)
Co-authored-by: Lachlan Collins <[email protected]>
1 parent ccc7c2b commit fe06d12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/config/src/typedoc/typedoc-custom-settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export function load(app) {
1616
id: page.model.name,
1717
title: page.model.name,
1818
}
19+
page.contents =
20+
'<!-- DO NOT EDIT: this page is autogenerated from the type comments -->\n\n'
1921
},
2022
)
2123
// Rename output files

0 commit comments

Comments
 (0)