Skip to content

Commit

Permalink
feat: add warning on typedoc for autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Balastrong committed Aug 23, 2024
1 parent 086dad4 commit 3de2779
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 3de2779

Please sign in to comment.