[#SectionInfo] = SectionInfo :mrdocs: Location where a config section name was encountered. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SectionInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:SectionInfo/m_file.adoc[`m_file`] | Config file the section was read from. | xref:SectionInfo/m_line.adoc[`m_line`] | Line number of the section within the file. | xref:SectionInfo/m_name.adoc[`m_name`] | The section name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#