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 106 of file markdown.cpp.

Constructor & Destructor Documentation

◆ TableCell()

TableCell::TableCell ( )
inline

Definition at line 108 of file markdown.cpp.

108: colSpan(false) {}
bool colSpan
Definition markdown.cpp:110

Member Data Documentation

◆ cellText

QCString TableCell::cellText

Definition at line 109 of file markdown.cpp.

◆ colSpan

bool TableCell::colSpan

Definition at line 110 of file markdown.cpp.


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