mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
Update comment about CTable
This commit is contained in:
+2
-8
@@ -111,7 +111,7 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
/** Generate a grid-like output from a given input.
|
||||
/** Previously this generated a grid-like output from a given input.
|
||||
*
|
||||
* @code
|
||||
* CTable table;
|
||||
@@ -128,13 +128,7 @@ protected:
|
||||
* }
|
||||
* @endcode
|
||||
*
|
||||
* The above code would generate the following output:
|
||||
* @verbatim
|
||||
+-------+-------+
|
||||
| a | b |
|
||||
+-------+-------+
|
||||
| hello | world |
|
||||
+-------+-------+@endverbatim
|
||||
* But tables look awful in IRC. So now it puts every cell on separate line.
|
||||
*/
|
||||
class CTable : protected std::vector<std::vector<CString> > {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user