mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[PATCH] DocBook: only use tabular style for long synopsis
There was a complaint that function declarations are shown tabular in the documentation since switching to xmlto. This patch disables tabular mode when the function fits in one line. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
597f6eea75
commit
363412b4f7
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
||||||
<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
<param name="chunk.quietly">1</param>
|
<param name="chunk.quietly">1</param>
|
||||||
<param name="funcsynopsis.style">ansi</param>
|
<param name="funcsynopsis.style">ansi</param>
|
||||||
|
<param name="funcsynopsis.tabular.threshold">80</param>
|
||||||
</stylesheet>
|
</stylesheet>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue