Skip to content

Commit 42f8cd2

Browse files
obiotclaude
andauthored
Hide ResolvedApplicationSettings from public docs (#1395)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent df65218 commit 42f8cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/melonjs/src/application/settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export type ApplicationSettings = {
161161
/**
162162
* Resolved application settings after init() has processed the input.
163163
* Includes computed properties not present in the user-facing settings.
164+
* @ignore
164165
*/
165166
export type ResolvedApplicationSettings = ApplicationSettings & {
166167
width: number;

0 commit comments

Comments
 (0)