From ca28680f79063c31cac2bdd9c7a47d06587f6797 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Sep 2015 22:51:47 -0400 Subject: [PATCH] Add namespace to function/template Texinfo output This allows users to actually...uh..._use_ it. --- src/texinfo.xsl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 @@ + + + + + + + + + + +