Parent
Parent PRD: #5
What to build
Make enum-qualified constants produce fully-qualified enum container documentation through the normal database, markdown, cache, and lookup path. A user should be able to look up a fully-qualified global enum such as @GlobalScope.JoyButton and see a coherent enum page listing its values, numeric values, and descriptions. Existing individual enum value entries must continue to exist and remain lookup-compatible.
Acceptance criteria
Blocked by
None - can start immediately
Parent
Parent PRD: #5
What to build
Make enum-qualified constants produce fully-qualified enum container documentation through the normal database, markdown, cache, and lookup path. A user should be able to look up a fully-qualified global enum such as
@GlobalScope.JoyButtonand see a coherent enum page listing its values, numeric values, and descriptions. Existing individual enum value entries must continue to exist and remain lookup-compatible.Acceptance criteria
@GlobalScope.JoyButton-style lookups render an enum page with the enum's values.Blocked by
None - can start immediately