From: g0dil Date: Mon, 26 Feb 2007 14:51:54 +0000 (+0000) Subject: Add missing xref stylesheet arguments X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=5a66122a5731349c9361eccac4abaccc89be7d84;hp=0232acda50ed45ee5c7014e887267b64e8f1979b;p=senf.git Add missing xref stylesheet arguments git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@208 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senfscons/SENFSCons.py b/senfscons/SENFSCons.py index 4dc6c63..2691664 100644 --- a/senfscons/SENFSCons.py +++ b/senfscons/SENFSCons.py @@ -447,7 +447,7 @@ def DoxyXRef(env, docs=None, if HTML_HEADER: commands.append( "sed -e 's/\\$$title/$TITLE/g' -e 's/\\$$projectname/Overview/g' ${SOURCES[2]} > $TARGET") - commands.append("xsltproc --stringparam title '$TITLE' ${SOURCES[1]} $SOURCE >> $TARGET") + commands.append("xsltproc --stringparam title '$TITLE' --stringparam types '$DOXY_XREF_TYPES' ${SOURCES[1]} $SOURCE >> $TARGET") if HTML_FOOTER: commands.append( "sed -e 's/\\$$title/$TITLE/g' -e 's/\\$$projectname/Overview/g' ${SOURCES[%d]} >> $TARGET" diff --git a/senfscons/xrefhtml.xslt b/senfscons/xrefhtml.xslt index 3c81bfd..3733386 100644 --- a/senfscons/xrefhtml.xslt +++ b/senfscons/xrefhtml.xslt @@ -13,7 +13,7 @@ - +