Unofficial repository of assorted documentation for Transcendence by George Moromisato
Good documentation comprehensively tells you all the little details and caveats that the user wants to know about. Good documentation is well-structured.
- Specify whether the element is required/optional and single/plural. We use a regex-like code to describe element counts.
?: Optional single element*: Optional plural element1: Required single element+: Required plural element
- Specify the type of each attribute
stringintfloat- etc
- Specify the type of each argument