From a4ce63afbc88e7e089b2898d1c08578ceb5ee207 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 6 Oct 2011 14:42:28 +0200 Subject: Fix bugs in the generation of manpages The indentation of the tag has been corrected, as has the corresponding tag used for Erlang specs. The contents of the was not properly processed. --- lib/erl_docgen/priv/xsl/db_man.xsl | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/lib/erl_docgen/priv/xsl/db_man.xsl b/lib/erl_docgen/priv/xsl/db_man.xsl index 1df96caa36..0aca74bc97 100644 --- a/lib/erl_docgen/priv/xsl/db_man.xsl +++ b/lib/erl_docgen/priv/xsl/db_man.xsl @@ -137,8 +137,9 @@ (there is no spec with more than one clause) --> .RS - .TP 3 + .LP Types: + .RS 3 @@ -164,6 +165,8 @@ + .RE + .RE @@ -257,8 +260,8 @@ - - .br + .RS 2 + .RE @@ -757,24 +760,26 @@ .RS - .TP 3 + .LP Types: + .RS 3 .RE + .RE - + .br - - .br + .RS 2 + .RE -- cgit v1.2.3