Updated documentation/strip_tags for usage of doxygen 1.7.3.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8480 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2011-02-27 14:48:20 +00:00
parent 58c94b9b33
commit 5c29bca9d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
for f in html/*.html ; do
sed 's/<!-- ... ... .*:..:.. ....\. -->/<!-- date removed for reducing unnecessary svn web updates -->/' $f > $f.tmp
sed 's/<!-- ... ... .*:..:..\. -->/<!-- date removed for reducing unnecessary svn web updates -->/' $f > $f.tmp
rm $f
mv $f.tmp $f
done