Brad King
0ac18d40c8
Remove //------...
horizontal separator comments
Modern editors provide plenty of ways to visually separate functions.
Drop the explicit comments that previously served this purpose.
Use the following command to automate the change:
$ git ls-files -z -- \
"*.c" "*.cc" "*.cpp" "*.cxx" "*.h" "*.hh" "*.hpp" "*.hxx" |
egrep -z -v "^Source/cmCommandArgumentLexer\." |
egrep -z -v "^Source/cmCommandArgumentParser(\.y|\.cxx|Tokens\.h)" |
egrep -z -v "^Source/cmDependsJavaLexer\." |
egrep -z -v "^Source/cmDependsJavaParser(\.y|\.cxx|Tokens\.h)" |
egrep -z -v "^Source/cmExprLexer\." |
egrep -z -v "^Source/cmExprParser(\.y|\.cxx|Tokens\.h)" |
egrep -z -v "^Source/cmFortranLexer\." |
egrep -z -v "^Source/cmFortranParser(\.y|\.cxx|Tokens\.h)" |
egrep -z -v "^Source/cmListFileLexer\." |
egrep -z -v "^Source/cm_sha2" |
egrep -z -v "^Source/(kwsys|CursesDialog/form)/" |
egrep -z -v "^Utilities/(KW|cm).*/" |
xargs -0 sed -i '/^\(\/\/---*\|\/\*---*\*\/\)$/ {d;}'
This avoids modifying third-party sources and generated sources.
2016-05-09 09:41:43 -04:00
..
2015-02-06 13:35:21 -05:00
2013-04-12 11:35:35 -04:00
2014-12-18 10:12:16 -05:00
2015-04-20 15:47:50 -04:00
2011-12-23 16:16:50 -05:00
2014-06-06 10:39:45 -04:00
2013-10-30 10:26:29 -04:00
2013-10-30 10:26:29 -04:00
2013-10-16 09:22:35 -04:00
2013-10-16 09:22:35 -04:00
2013-10-23 09:36:00 -04:00
2013-10-16 09:22:35 -04:00
2013-10-16 09:22:35 -04:00
2011-12-23 16:16:54 -05:00
2016-04-29 13:58:54 -04:00
2016-05-09 09:41:43 -04:00
2013-04-12 11:35:35 -04:00
2015-08-20 16:19:08 -04:00
2009-12-08 11:44:50 -05:00
2009-12-08 11:44:50 -05:00
2015-01-11 17:06:03 +01:00