Skip to content

Commit b93e925

Browse files
alexbruy3nids
authored andcommitted
[sipify] follow-up 634c7aa
1 parent e1c3588 commit b93e925

File tree

4 files changed

+2
-50
lines changed

4 files changed

+2
-50
lines changed

python/analysis/network/qgsgraphbuilderinterface.sip

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@
1010

1111

1212
%ModuleHeaderCode
13-
%Docstring
14-
*************************************************************************
15-
qgsgraphbuilderinterface.h
16-
--------------------------------------
17-
Date : 2010-10-22
18-
Copyright : (C) 2010 by Yakushev Sergey
19-
Email : YakushevS <at> list.ru
20-
***************************************************************************
21-
*
22-
This program is free software; you can redistribute it and/or modify *
23-
it under the terms of the GNU General Public License as published by *
24-
the Free Software Foundation; either version 2 of the License, or *
25-
(at your option) any later version. *
26-
*
27-
**************************************************************************
28-
%End
2913
#include <qgsgraphbuilder.h>
3014
%End
3115

python/analysis/network/qgsgraphdirector.sip

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@
1111

1212

1313
%ModuleHeaderCode
14-
%Docstring
15-
*************************************************************************
16-
qgsgraphdirector.h
17-
--------------------------------------
18-
Date : 2010-10-18
19-
Copyright : (C) 2010 by Yakushev Sergey
20-
Email : YakushevS <at> list.ru
21-
***************************************************************************
22-
*
23-
This program is free software; you can redistribute it and/or modify *
24-
it under the terms of the GNU General Public License as published by *
25-
the Free Software Foundation; either version 2 of the License, or *
26-
(at your option) any later version. *
27-
*
28-
**************************************************************************
29-
%End
3014
#include <qgsvectorlayerdirector.h>
3115
%End
3216

python/analysis/network/qgsnetworkstrategy.sip

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@
1010

1111

1212
%ModuleHeaderCode
13-
%Docstring
14-
*************************************************************************
15-
qgsnetworkstrategy.h
16-
--------------------------------------
17-
Date : 2011-04-01
18-
Copyright : (C) 2010 by Yakushev Sergey
19-
Email : YakushevS <at> list.ru
20-
***************************************************************************
21-
*
22-
This program is free software; you can redistribute it and/or modify *
23-
it under the terms of the GNU General Public License as published by *
24-
the Free Software Foundation; either version 2 of the License, or *
25-
(at your option) any later version. *
26-
*
27-
**************************************************************************
28-
%End
2913
#include <qgsnetworkspeedstrategy.h>
3014
#include <qgsnetworkdistancestrategy.h>
3115
%End

scripts/sipify.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,8 @@ sub remove_constructor_or_body {
666666
elsif ( $line =~ m/\/\// ||
667667
$line =~ m/\s*typedef / ||
668668
$line =~ m/\s*struct / ||
669-
$line =~ m/operator\[\]\(/ ||
670-
$line =~ m/^\s*% \w+(.*)?$/ ){
669+
$line =~ m/operator\[\]\(/ ||
670+
$line =~ m/^\s*%\w+(.*)?$/ ){
671671
dbg_info('skipping comment');
672672
$comment = '';
673673
$return_type = '';

0 commit comments

Comments
 (0)