# HG changeset patch # User Sascha L. Teichmann # Date 1368368137 -7200 # Node ID e5e2b063085551c31f6677627d9441f58607f607 # Parent 600280716e2510381d3ea217e3db0cf6c39d58af Datacage: Added stylesheet to detect macros which are defined and not called and vice versa. Usage: xsltproc contrib/list-unused-macros.xsl doc/conf/meta-data.xml diff -r 600280716e25 -r e5e2b0630855 artifacts/contrib/list-unused-macros.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/artifacts/contrib/list-unused-macros.xsl Sun May 12 16:15:37 2013 +0200 @@ -0,0 +1,31 @@ + + + + + + + Marcos defined but not called: + + + + + + + + + + Marcos called but not defined: + + + + + + + + + + +