Set the description of the function \param newDesc The new description
| 297 | /// Set the description of the function |
| 298 | /// \param newDesc The new description |
| 299 | void setDescription(std::string newDesc) { mDescription = std::move(newDesc); } |
| 300 | |
| 301 | /// Get the description of the function |
| 302 | /// \return The description |
nothing calls this directly
no outgoing calls
no test coverage detected