|
TRUST 1.9.8
HPC thermohydraulic platform
|
A Doxygen-type comment must be added at the beginning of each method, so that the automatically generated documentation stays up to date. Here is an example:
Common Doxygen commands that work well with Sphinx:
| Command | Description |
|---|---|
| @brief | Short description (one line) |
| @param[in] | Input parameter description |
| @param[out] | Output parameter description |
| @param[in,out] | Input/output parameter description |
| @return / @returns | Return value description |
| @retval | Specific return value meaning |
| @throw / @throws | Exception that may be thrown |
| @pre | Precondition |
| @post | Postcondition |
| @note | Important note |
| @warning | Warning message |
| @see | Reference to related items |
| @since | Version information |
| @deprecated | Deprecation notice |
| @code / @endcode | Code example block |
| @author | Author information |
| @date | Date information |
| @version | Version information |