From d2809f82d52da4bb9e4967fd95fb2af9af2a1114 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 11 Feb 2008 16:42:28 +0000 Subject: [PATCH] Added some "type" elements to docbook output, although they don't really have much effect. --- doc/mkref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mkref b/doc/mkref index aeeafb1..50837fe 100755 --- a/doc/mkref +++ b/doc/mkref @@ -55,7 +55,7 @@ while($s = <>){ $header - $1 $funcname + $1 $funcname "; $end = " @@ -66,7 +66,7 @@ while($s = <>){ $p = $1; $p =~ m/(.*) (.*)/; print -" $1 $2 +" $1 $2 " }elsif($s =~ m/^Description:/){ print $end; -- 2.26.2