The TableCell
Struct Reference
Declaration
struct TableCell { ... }
Public Constructors Index
TableCell () | |
Public Member Attributes Index
QCString | cellText |
bool | colSpan |
Definition at line 106 of file markdown.cpp.
Public Constructors
TableCell()
| inline |
Definition at line 108 of file markdown.cpp.
108 TableCell() : colSpan(false) {}
Public Member Attributes
cellText
|
Definition at line 109 of file markdown.cpp.
109 QCString cellText;
colSpan
|
Definition at line 110 of file markdown.cpp.
110 bool colSpan;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.