doxybook::text_markdown_printer::list_data
Defined in header <doxybook/text_markdown_printer.hpp>
struct list_data;
Public Attributes
| Member Public Attributes | Description |
|---|---|
| counter | int(public variable) |
| ordered | bool(public variable) |
Public Attributes
variable counter
Defined in header <doxybook/text_markdown_printer.hpp>
int counter { 0 };
variable ordered
Defined in header <doxybook/text_markdown_printer.hpp>
bool ordered { false };
Updated on 2023-04-03