Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
also fix doxygen comments in sip files
  • Loading branch information
jef-n committed Jun 30, 2015
1 parent c69f46c commit 3094297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/astyle.sh
Expand Up @@ -87,7 +87,7 @@ for f in "$@"; do
;;

*.sip)
cmd="perl -i.prepare -pe 's/[\r\t ]+$//;'"
cmd="perl -i.prepare -pe 's/[\r\t ]+$//; s#^(\s*)/\*[*!]\s*([^\s*].*)\s*\$#\$1/** \u\$2\n#;'"
;;

*)
Expand Down

0 comments on commit 3094297

Please sign in to comment.