Md4qt
MD::MdLineData Struct Reference
#include <parser.h>
Public Types | |
using | CommentData = std::pair<char, bool> |
using | CommentDataMap = std::map<long long int, CommentData> |
Public Attributes | |
CommentDataMap | m_htmlCommentData = {} |
long long int | m_lineNumber = -1 |
Detailed Description
Internal structure for auxiliary information about a line in Markdown.
Member Typedef Documentation
◆ CommentData
using MD::MdLineData::CommentData = std::pair<char, bool> |
◆ CommentDataMap
using MD::MdLineData::CommentDataMap = std::map<long long int, CommentData> |
Member Data Documentation
◆ m_htmlCommentData
CommentDataMap MD::MdLineData::m_htmlCommentData = {} |
◆ m_lineNumber
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Nov 6 2024 12:12:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Nov 6 2024 12:12:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.