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