From 75bc5e521dcc9ab798acefb5400f5f15354f08fd Mon Sep 17 00:00:00 2001 From: Lars G Thorsen Date: Thu, 11 Feb 2010 07:13:28 +0000 Subject: OTP-8343 The documentation is now possible to build in an open source environment after a number of bugs are fixed and some features are added in the documentation build process. - The arity calculation is updated. - The module prefix used in the function names for bif's are removed in the generated links so the links will look like "http://www.erlang.org/doc/man/erlang.html#append_element-2" instead of "http://www.erlang.org/doc/man/erlang.html#erlang:append_element- 2". - Enhanced the menu positioning in the html documentation when a new page is loaded. - A number of corrections in the generation of man pages (thanks to Sergei Golovan) - The legal notice is taken from the xml book file so OTP's build process can be used for non OTP applications. --- lib/erl_docgen/priv/xsl/db_man.xsl | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'lib/erl_docgen/priv') diff --git a/lib/erl_docgen/priv/xsl/db_man.xsl b/lib/erl_docgen/priv/xsl/db_man.xsl index a9a2781a8a..a2b1e755e2 100644 --- a/lib/erl_docgen/priv/xsl/db_man.xsl +++ b/lib/erl_docgen/priv/xsl/db_man.xsl @@ -176,10 +176,12 @@ - - + + Ericsson AB + + .TH 3 " " "" "Erlang Module Definition" .SH NAME \- @@ -190,11 +192,12 @@ - - + + Ericsson AB + - .TH 1 " " "" "User Commands" + .TH 1 " " "" "User Commands" .SH NAME \- @@ -204,8 +207,9 @@ - - + + Ericsson AB + .TH 3 " " "" "C Library Functions" @@ -218,8 +222,9 @@ - - + + Ericsson AB + .TH 5 " " "" "Files" @@ -232,8 +237,9 @@ - - + + Ericsson AB + .TH 7 " " "" "Erlang Application Definition" -- cgit v1.2.3