Skip to content

Commit

Permalink
feat: add warning on typedoc for autogenerated files (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
  • Loading branch information
Balastrong and lachlancollins authored Jan 14, 2025
1 parent ccc7c2b commit fe06d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/config/src/typedoc/typedoc-custom-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export function load(app) {
id: page.model.name,
title: page.model.name,
}
page.contents =
'<!-- DO NOT EDIT: this page is autogenerated from the type comments -->\n\n'
},
)
// Rename output files
Expand Down

0 comments on commit fe06d12

Please sign in to comment.