Describes in detail the available settings and controls for a feature in the product.
Offer the details a user needs to know about the definition, parameters, and so on. Tables are extremely useful for looking up information and organizing the details that readers want to know.
void print(String message)
Upon successful invocation, this feature returns ...
Exception | Condition |
---|---|
ArgumentNullException | message is null. |
Additional points to consider are ...
First example shows ...
Second example shows ...
Give some considerations such as system requirements or "gotchas" for this setting or control or programming syntax.