Parent: #609
Summary
Define documentation comment conventions so generated API docs are useful and consistent.
Areas To Cover
//! module-level summaries.
/// comments for public structs, enums, functions, constants, and handles.
- What public APIs need examples versus short summaries.
- How to document ownership, allocator requirements, thread-safety, GPU/resource lifetime, and coordinate-system assumptions.
Acceptance Criteria
- Add or update contributor-facing guidance for API doc comments.
- Identify high-priority modules with missing or weak public API docs.
- Keep the standard lightweight enough that it does not block normal engine development.
Parent: #609
Summary
Define documentation comment conventions so generated API docs are useful and consistent.
Areas To Cover
//!module-level summaries.///comments for public structs, enums, functions, constants, and handles.Acceptance Criteria