* Returns the description of the option. Options with * descriptions show up in the Options screens. * @return Language string ID for the description. */
| 201 | * @return Language string ID for the description. |
| 202 | */ |
| 203 | std::string OptionInfo::description() const |
| 204 | { |
| 205 | return _desc; |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Returns the category of the option. Options with |
no outgoing calls
no test coverage detected