The KDOC Handbook: Write developer documentation, easily and quickly | ||
---|---|---|
Prev | Appendix A. Doc tag reference | Next |
Documentation for a parameter. No check is done whether the parameter name specified is actually a parameter of the function.
Documentation for the value returned by the function.
Define the exceptions that may be thrown from this function. Synonyms are: @exception and @raises.
Documentation for a parameter. No check is done whether the parameter name specified is actually a parameter of the function.