mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix missing new line before first param
This commit is contained in:
parent
c604d2dda6
commit
cb9bd6d3da
@ -131,12 +131,12 @@ sub processDoxygenLine {
|
||||
$line =~ s/\s*\\return(s)?/\n:return:/;
|
||||
|
||||
if ( $line =~ m/\\param / ){
|
||||
$line =~ s/\s*\\param (\w+)\b/:param $1:/g;
|
||||
if ( $COMMENT_PARAM_LIST == 0 )
|
||||
{
|
||||
$line = "\n$line";
|
||||
}
|
||||
$COMMENT_PARAM_LIST = 1;
|
||||
$line =~ s/\s*\\param (\w+)\b/:param $1:/g;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user