added Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,5 +14,6 @@ cp wxwidgets.css out/html
|
||||
# affected files in the log file; remove it to make the log
|
||||
# more readable
|
||||
currpath=`pwd`/
|
||||
cat doxygen.log | sed -e "s|$currpath||g" >temp
|
||||
interfacepath=`cd ../../interface && pwd`/
|
||||
cat doxygen.log | sed -e "s|$currpath||g" -e "s|$interfacepath||g" >temp
|
||||
mv temp doxygen.log
|
Reference in New Issue
Block a user