X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2FSENFSCons.py;h=628ebc40b00945f72636bc2e351363d8ece17acb;hb=b8217ba549e85678e4b129e9106771ae89df5086;hp=d574747e5423b4e2fcca73f8393bd35c51b92841;hpb=1c06f9ffe61b31b24ebc3fefeb16c6816bbb413a;p=senf.git diff --git a/senfscons/SENFSCons.py b/senfscons/SENFSCons.py index d574747..628ebc4 100644 --- a/senfscons/SENFSCons.py +++ b/senfscons/SENFSCons.py @@ -466,9 +466,8 @@ def Doxygen(env, doxyfile = "Doxyfile", extra_sources = []): " mv $${html} $${html}.orig;" + " sed -e 's/id=\"current\"/class=\"current\"/' $${html}.orig" + " | tidy -ascii -q --wrap 0 --show-warnings no --fix-uri no " + - " | xsltproc --nonet --html --stringparam topdir %s -o $${html} %s - 2>&1" + - " | grep '^-'" + - " | grep -v 'ID .* already defined';" + + " | sed -e 's/name=\"\([^\"]*\)\" id=\"\\1\"/name=\"\\1\"/g'" + + " | xsltproc --novalid --nonet --html --stringparam topdir %s -o $${html} %s -;" "done; true") % (htmlnode.dir.abspath, reltopdir, xslfile.abspath))) for doc in docs: