Deprecated
| 2466 | |
| 2467 | // Deprecated |
| 2468 | SectionInfo |
| 2469 | ( SourceLineInfo const& _lineInfo, |
| 2470 | std::string const& _name, |
| 2471 | std::string const& ) : SectionInfo( _lineInfo, _name ) {} |
| 2472 | |
| 2473 | std::string name; |
| 2474 | std::string description; // !Deprecated: this will always be empty |
nothing calls this directly
no outgoing calls
no test coverage detected