Skip to content

doxybook::text_markdown_printer::print_data

Defined in header <doxybook/text_markdown_printer.hpp>

struct print_data;

Public Attributes

Member Public Attributes Description
ss std::stringstream
(public variable)
indent int
(public variable)
lists std::list< list_data >
(public variable)
quote bool
(public variable)
eol bool
(public variable)
table_header bool
(public variable)
in_computer_output bool
(public variable)
valid_link bool
(public variable)

Public Attributes

variable ss

Defined in header <doxybook/text_markdown_printer.hpp>

std::stringstream ss;

variable indent

Defined in header <doxybook/text_markdown_printer.hpp>

int indent { 0 };

variable lists

Defined in header <doxybook/text_markdown_printer.hpp>

std::list< list_data > lists;

variable quote

Defined in header <doxybook/text_markdown_printer.hpp>

bool quote { false };

variable eol

Defined in header <doxybook/text_markdown_printer.hpp>

bool eol { false };

variable table_header

Defined in header <doxybook/text_markdown_printer.hpp>

bool table_header { false };

variable in_computer_output

Defined in header <doxybook/text_markdown_printer.hpp>

bool in_computer_output { false };

Defined in header <doxybook/text_markdown_printer.hpp>

bool valid_link { false };


Updated on 2023-04-03