File tree 4 files changed +2
-50
lines changed
4 files changed +2
-50
lines changed Original file line number Diff line number Diff line change 10
10
11
11
12
12
%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
29
13
#include <qgsgraphbuilder.h>
30
14
%End
31
15
Original file line number Diff line number Diff line change 11
11
12
12
13
13
%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
30
14
#include <qgsvectorlayerdirector.h>
31
15
%End
32
16
Original file line number Diff line number Diff line change 10
10
11
11
12
12
%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
29
13
#include <qgsnetworkspeedstrategy.h>
30
14
#include <qgsnetworkdistancestrategy.h>
31
15
%End
Original file line number Diff line number Diff line change @@ -666,8 +666,8 @@ sub remove_constructor_or_body {
666
666
elsif ( $line =~ m /\/\/ / ||
667
667
$line =~ m /\s *typedef / ||
668
668
$line =~ m /\s *struct / ||
669
- $line =~ m / operator\[\]\( / ||
670
- $line =~ m / ^\s *% \w +(.*)?$ / ){
669
+ $line =~ m / operator\[\]\( / ||
670
+ $line =~ m / ^\s *%\w +(.*)?$ / ){
671
671
dbg_info(' skipping comment' );
672
672
$comment = ' ' ;
673
673
$return_type = ' ' ;
You can’t perform that action at this time.
0 commit comments