Doxygen
Loading...
Searching...
No Matches
TableCell Struct Reference
Collaboration diagram for TableCell:

Public Member Functions

 TableCell ()

Public Attributes

QCString cellText
bool colSpan

Detailed Description

Definition at line 125 of file markdown.cpp.

Constructor & Destructor Documentation

◆ TableCell()

TableCell::TableCell ( )
inline

Definition at line 127 of file markdown.cpp.

127: colSpan(false) {}
bool colSpan
Definition markdown.cpp:129

References colSpan.

Member Data Documentation

◆ cellText

QCString TableCell::cellText

Definition at line 128 of file markdown.cpp.

◆ colSpan

bool TableCell::colSpan

Definition at line 129 of file markdown.cpp.

Referenced by TableCell().


The documentation for this struct was generated from the following file: