Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-12-07 21:13:30 +01:00
parent 3506947add
commit 6058c8aab2
2 changed files with 14 additions and 0 deletions

View File

@ -186,6 +186,7 @@ Contributors, sorted by the number of commits in descending order:
* Corentin Jule
* zwarag
* xd1le
* dylan araps
* Tim Harder
* Thiago Barroso Perrotta
* Samuel Loury

View File

@ -118,6 +118,7 @@
|<<tabs-indicator-width,indicator-width>>|Width of the progress indicator (0 to disable).
|<<tabs-tabs-are-windows,tabs-are-windows>>|Whether to open windows instead of tabs.
|<<tabs-title-format,title-format>>|The format to use for the tab title. The following placeholders are defined:
|<<tabs-title-alignment,title-alignment>>|Alignment of the text inside of tabs
|<<tabs-mousewheel-tab-switching,mousewheel-tab-switching>>|Switch between tabs using the mouse wheel.
|<<tabs-padding,padding>>|Padding for tabs (top, bottom, left, right).
|<<tabs-indicator-padding,indicator-padding>>|Padding for indicators (top, bottom, left, right).
@ -1127,6 +1128,18 @@ The format to use for the tab title. The following placeholders are defined:
Default: +pass:[{index}: {title}]+
[[tabs-title-alignment]]
=== title-alignment
Alignment of the text inside of tabs
Valid values:
* +left+
* +right+
* +center+
Default: +pass:[left]+
[[tabs-mousewheel-tab-switching]]
=== mousewheel-tab-switching
Switch between tabs using the mouse wheel.