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
..
2016-05-09 09:41:43 -04:00
2016-05-06 15:54:32 -04:00
2012-08-13 14:18:39 -04:00
2016-05-09 09:41:43 -04:00
2014-07-29 09:48:41 -04:00
2016-05-09 09:41:43 -04:00
2016-04-29 13:58:31 -04:00
2016-05-09 09:41:43 -04:00
2014-10-28 12:20:05 -06:00
2016-05-09 09:41:43 -04:00
2014-03-08 13:05:37 -05:00
2009-09-28 11:43:28 -04:00
2016-05-09 09:41:43 -04:00
2010-08-11 14:09:52 -04:00
2016-05-09 09:41:43 -04:00
2010-08-11 14:09:52 -04:00
2016-05-09 09:41:43 -04:00
2016-04-29 13:58:31 -04:00
2016-05-09 09:41:43 -04:00
2016-01-07 15:24:42 -05:00
2016-05-09 09:41:43 -04:00
2016-04-29 13:58:31 -04:00
2016-05-09 09:41:43 -04:00
2014-03-08 13:05:35 -05:00
2016-05-09 09:41:43 -04:00
2015-01-11 17:06:03 +01:00
2016-05-09 09:41:43 -04:00
2016-04-29 13:58:31 -04:00
2016-05-09 09:41:43 -04:00
2014-03-08 13:05:37 -05:00
2016-05-09 09:41:43 -04:00
2016-04-29 13:58:31 -04:00
2016-05-09 09:41:43 -04:00
2016-04-29 13:58:31 -04:00
2016-05-09 09:41:43 -04:00
2016-04-29 13:58:31 -04:00
2016-05-09 09:41:43 -04:00
2009-10-30 13:10:56 -04:00
2016-05-09 09:41:43 -04:00
2009-10-30 13:10:56 -04:00
2016-05-09 09:41:43 -04:00
2009-10-30 13:10:56 -04:00
2016-05-09 09:41:43 -04:00
2014-07-29 09:48:41 -04:00
2016-05-09 09:41:43 -04:00
2009-10-30 13:10:56 -04:00
2016-05-09 09:41:43 -04:00
2012-08-13 14:18:39 -04:00
2009-01-21 11:54:30 -05:00
2016-04-29 13:58:54 -04:00