diff --git a/senfscons/SENFSCons.py b/senfscons/SENFSCons.py
index 4dc6c636bdb234c53437d4f93ff96ce164410f24..2691664b1c358b45c40dd4e027fc4de7eb0c08fb 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 3c81bfda671109939b738a56cd9308012b110459..37333861760e00e89c4d48eb187047b838c7e174 100644
--- a/senfscons/xrefhtml.xslt
+++ b/senfscons/xrefhtml.xslt
@@ -13,7 +13,7 @@
   <xsl:output method="html"/>
   <xsl:strip-space elements="*"/>
   <xsl:param name="title" select="''"/>
-  <xsl:param name="types" select="'bug fixme todo idea'"/>
+  <xsl:param name="types" select="'bug todo'"/>
 
   <xsl:template match="/">
     <div class="xref">