mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[sipify| do not write docstring for [] operator
This commit is contained in:
parent
c5dcfc1ebf
commit
b46de90d53
@ -656,7 +656,7 @@ while ($line_idx < $line_count){
|
||||
$is_override = 0;
|
||||
next;
|
||||
}
|
||||
elsif ( $line =~ m/\/\// || $line =~ m/\s*typedef / || $line =~ m/\s*struct / ){
|
||||
elsif ( $line =~ m/\/\// || $line =~ m/\s*typedef / || $line =~ m/\s*struct / || $line =~ m/operator\[\]\(/ ){
|
||||
$comment = '';
|
||||
}
|
||||
elsif ( $comment !~ m/^\s*$/ || $return_type ne ''){
|
||||
|
Loading…
x
Reference in New Issue
Block a user