
egrep '# (function:|TODO:|params:)' SAPHana  | awk '{for (i=1; i<NF; i++) { printf "%s ", $i} print $NF}'
