api-return-001 should API docs In the Returns section, state what the value means and what the caller can rely on: whether it can be null, whether an empty collection is returned instead of null, and any ordering guarantee. State the type only when the syntax block does not show it. For a boolean, use the form true if [condition]; false otherwise, with the literals written as in api-param-004.