Returns the description of the argument. \note Not intended to be called from user code. \return Argument description. */
| 299 | \return Argument description. |
| 300 | */ |
| 301 | std::string description() const |
| 302 | { return m_description; } |
| 303 | |
| 304 | /** |
| 305 | Returns the longname of the argument. |