Use new wiki_grabber style for formatting the table description.

This commit is contained in:
Mark de Wever 2008-05-01 09:27:37 +00:00
parent 0bb70bf072
commit 5e20b488fc

View file

@ -276,10 +276,10 @@ tline::tline(const config& cfg) :
*
* font_style A string which contains the style of the
* font:
* * normal normal font
* * bold bold font
* * italic italic font
* * underline underlined font
* @* normal normal font
* @* bold bold font
* @* italic italic font
* @* underline underlined font
* Since SDL has problems combining these
* styles only one can be picked. Once SDL
* will allow multiple options, this type
@ -294,26 +294,26 @@ tline::tline(const config& cfg) :
* v_align Vertical alignment; how an item is
* aligned vertically in the available
* space. Possible values:
* * top aligned at the top
* * bottom aligned at the bottom
* * center centered
* @* top aligned at the top
* @* bottom aligned at the bottom
* @* center centered
* When nothing is set or an another value
* as in the list the item is centred.
*
* h_align Horizontal alignment; how an item is
* aligned horizontal in the available
* space. Possible values:
* * top aligned at the top
* * bottom aligned at the bottom
* * center centered
* @* top aligned at the top
* @* bottom aligned at the bottom
* @* center centered
*
* border Comma separated list of borders to use.
* Possible values:
* * left border at the left side
* * right border at the right side
* * top border at the top
* * bottom border at the bottom
* * all alias for "left, right, top,
* @* left border at the left side
* @* right border at the right side
* @* top border at the top
* @* bottom border at the bottom
* @* all alias for "left, right, top,
* bottom"
*
* @end_table