Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unify_includes.pl: include doxygen comment fixing
  • Loading branch information
jef-n committed Jun 29, 2015
1 parent f305b0b commit 4be87f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/unify_includes.pl
Expand Up @@ -25,6 +25,9 @@

END { die "header files not empty" if @inc; }

# Also fix doxygen comments
s#^(\s*)/\*[*!]\s*([^\s*].*)\s*$#$1/** \u$2\n#;

if( /^\s*#include/ ) {
push @inc, $_ unless exists $inc{$_};
$inc{$_}=1;
Expand Down

0 comments on commit 4be87f8

Please sign in to comment.