From: Frank Mori Hess Date: Mon, 11 Feb 2008 16:42:28 +0000 (+0000) Subject: Added some "type" elements to docbook output, although they don't really X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d2809f82d52da4bb9e4967fd95fb2af9af2a1114;p=comedilib.git Added some "type" elements to docbook output, although they don't really have much effect. --- 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;