|
ampsci
High-precision calculations for one- and two-valence atomic systems
|
Writing Doxygen documentation for ampsci.
@details section.@brief line should be about one sentence. Avoid special symbols and succinctly describe what the function or class does. \f[ ... \f] (not \[ ... \]), and inline equations use \f$ ... \f$ (not $ ... $)Example:
| Command | Purpose |
|---|---|
@brief | Short summary of the function/class |
@details | Longer description, often including equations |
@param name | Describe a function parameter (often not needed if named well) |
@tparam name | Describe a template parameter (often not needed if named well) |
@return | Describe the return value (often not needed if named well) |
@note | Additional information |
@warning | Important warning for users |
@see | Reference related functions or classes |
@ref | Link to another documented symbol |