Removed doxygen version from generated docs - avoids redundant updates!

[SVN r12496]
This commit is contained in:
Vesa Karvonen
2002-01-25 13:14:30 +00:00
parent 18f3c4b6ae
commit e481dd2824
70 changed files with 83 additions and 83 deletions

View File

@ -17,7 +17,7 @@ cd reference
for html in *.html
do
sed -e 's/enum__params__with__a__default_8hpp.html/enum_params_with_a_default.htm/g' -e 's/enum__params__with__defaults_8hpp.html/enum_params_with_defaults.htm/g' $html > $html.tmp
sed -e 's/enum__params__with__a__default_8hpp.html/enum_params_with_a_default.htm/g' -e 's/enum__params__with__defaults_8hpp.html/enum_params_with_defaults.htm/g' -e 's/<!-- Generated by Doxygen ...... -->/<!-- Generated by Doxygen -->/g' $html > $html.tmp
mv $html.tmp $html
done