mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-20 16:02:05 +02:00
Removed doxygen version from generated docs - avoids redundant updates!
[SVN r12496]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user