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
 
bool m_mayBreakList = false
 

Detailed Description

Internal structure for auxiliary information about a line in Markdown.

Definition at line 235 of file parser.h.

Member Typedef Documentation

◆ CommentData

using MD::MdLineData::CommentData = std::pair<char, bool>

Definition at line 237 of file parser.h.

◆ CommentDataMap

using MD::MdLineData::CommentDataMap = std::map<long long int, CommentData>

Definition at line 238 of file parser.h.

Member Data Documentation

◆ m_htmlCommentData

CommentDataMap MD::MdLineData::m_htmlCommentData = {}

Definition at line 240 of file parser.h.

◆ m_lineNumber

long long int MD::MdLineData::m_lineNumber = -1

Definition at line 236 of file parser.h.

◆ m_mayBreakList

bool MD::MdLineData::m_mayBreakList = false

Definition at line 242 of file parser.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:46:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.