mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Whitespace
This commit is contained in:
parent
ca8e1d343d
commit
85b38e36eb
@ -14,8 +14,8 @@ sub processDoxygenLine
|
||||
$line =~ s/\\a //g;
|
||||
# replace :: with . (changes c++ style namespace/class directives to Python style)
|
||||
$line =~ s/::/./g;
|
||||
# replace nullptr with None (nullptr means nothing to Python devs)
|
||||
$line =~ s/\bnullptr\b/None/g;
|
||||
# replace nullptr with None (nullptr means nothing to Python devs)
|
||||
$line =~ s/\bnullptr\b/None/g;
|
||||
|
||||
if ( $line =~ m/[\\@](ingroup|class)/ ) {
|
||||
return ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user