Doxybook2::TextMarkdownPrinter::PrintData
Public Attributes
| Name | |
|---|---|
| std::stringstream | ss |
| int | indent |
| std::list<ListData> | lists |
| bool | quote |
| bool | eol |
| bool | tableHeader |
| bool | inComputerOutput |
| bool | validLink |
Public Attributes Documentation
variable ss
cpp
std::stringstream ss;variable indent
cpp
int indent {0};variable lists
cpp
std::list<ListData> lists;variable quote
cpp
bool quote {false};variable eol
cpp
bool eol {false};variable tableHeader
cpp
bool tableHeader {false};variable inComputerOutput
cpp
bool inComputerOutput {false};variable validLink
cpp
bool validLink {false};Updated on 2026-05-17 at 13:22:38 +0000