11 Jul, 2015
1 commit
-
By default, DocBook XSL uses a non-deterministic function to generate
IDs for HTML elements where it can't take a name from the input
document. However, it has the option to generate 'consistent'
(deterministic) IDs instead. Enable this to make the HTML pages
reproducible.Reported-by: Jérémy Bobbio
Signed-off-by: Ben Hutchings
Signed-off-by: Jonathan Corbet
06 Aug, 2010
1 commit
-
I'm trying to generate a of s in docbook for wireless to
link together all the cfg80211 and mac80211 documentation.However, docbook will generate "re01.html" anew for each book for the
first , presumably due to a bug in the stylesheets.An effective workaround is to use IDs for the filenames, which makes
them more descriptive as well, e.g. API-enum-ieee80211-band.html.Signed-off-by: Johannes Berg
Signed-off-by: Randy Dunlap
Signed-off-by: Linus Torvalds
19 Sep, 2009
1 commit
-
By default, when a callout is used, DocBook will try to use
a graphics image for callouts. This requires that the graphics
to be copied to the documentation directory. As this is not
done, use the text callouts: (1), (2), ...Signed-off-by: Mauro Carvalho Chehab
12 Feb, 2007
1 commit
-
Simple increase of section TOC level generation significantly enhances
navigation experience through generated kernel API documentation.This change restores back state from SGML tools time.
Signed-off-by: Pavel Pisa
Acked-by: Randy Dunlap
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
14 Nov, 2005
1 commit
-
Add a comment showing how to change paper type.
Signed-off-by: Martin Waitz
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
24 Jun, 2005
1 commit
-
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
Signed-off-by: Linus Torvalds
01 May, 2005
1 commit
-
With the custom stylesheet, functions are rendered using ANSI-C syntax and
xmlto is a bit quieter.Signed-off-by: Martin Waitz
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds