Deprecated
| 2822 | |
| 2823 | // Deprecated |
| 2824 | SectionInfo |
| 2825 | ( SourceLineInfo const& _lineInfo, |
| 2826 | std::string const& _name, |
| 2827 | std::string const& ) : SectionInfo( _lineInfo, _name ) {} |
| 2828 | |
| 2829 | std::string name; |
| 2830 | std::string description; // !Deprecated: this will always be empty |
nothing calls this directly
no outgoing calls
no test coverage detected