X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2FSENFSCons.py;h=4c00d5a648badae9f6b142fc1fe3a3223cb0b508;hb=5d3095f8da427cf872a84665e49c18f7694fbe3f;hp=628ebc40b00945f72636bc2e351363d8ece17acb;hpb=b8217ba549e85678e4b129e9106771ae89df5086;p=senf.git diff --git a/senfscons/SENFSCons.py b/senfscons/SENFSCons.py index 628ebc4..4c00d5a 100644 --- a/senfscons/SENFSCons.py +++ b/senfscons/SENFSCons.py @@ -466,7 +466,7 @@ 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 " + - " | sed -e 's/name=\"\([^\"]*\)\" id=\"\\1\"/name=\"\\1\"/g'" + + " | sed -e 's/name=\"\([^\"]*\)\"\([^>]*\) id=\"\\1\"/name=\"\\1\"\\2/g'" + " | xsltproc --novalid --nonet --html --stringparam topdir %s -o $${html} %s -;" "done; true") % (htmlnode.dir.abspath, reltopdir, xslfile.abspath)))