diff --git a/src/texinfo.xsl b/src/texinfo.xsl index 9dcb121..1ed8baf 100644 --- a/src/texinfo.xsl +++ b/src/texinfo.xsl @@ -119,6 +119,9 @@ + + @@ -141,6 +144,8 @@ '@deftypefn ', name(), ' {', $type, '} ', @name, ' (', $param-str, ')', $xt:nl, + concat( '@t{', $xmlns, '}' ), + $xt:nl, $doc, $xt:nl, '@emph{Definition:}', @@ -156,6 +161,29 @@ + + + + + + + + + + +