From 4f4872a899eb0e6ab75d1ae4566529959e320eeb Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 19 Apr 2015 22:51:24 +0100 Subject: [PATCH] Update comment about CTable --- include/znc/Utils.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/znc/Utils.h b/include/znc/Utils.h index b53cefa7..67566ce7 100644 --- a/include/znc/Utils.h +++ b/include/znc/Utils.h @@ -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 > { public: