File tree Expand file tree Collapse file tree 5 files changed +53
-5
lines changed Expand file tree Collapse file tree 5 files changed +53
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
11
11
12
- % ModuleHeaderCode
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
13
29
#include <qgsgraphbuilder.h>
14
30
%End
15
31
Original file line number Diff line number Diff line change 10
10
11
11
12
12
13
- % ModuleHeaderCode
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
14
30
#include <qgsvectorlayerdirector.h>
15
31
%End
16
32
Original file line number Diff line number Diff line change 9
9
10
10
11
11
12
- % ModuleHeaderCode
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
13
29
#include <qgsnetworkspeedstrategy.h>
14
30
#include <qgsnetworkdistancestrategy.h>
15
31
%End
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ sub remove_constructor_or_body {
604
604
$line =~ s / SIP_FORCE// ;
605
605
606
606
# fix astyle placing space after % character
607
- $line =~ s /\s *% (MappedType|TypeCode|TypeHeaderCode|ConvertFromTypeCode|ConvertToTypeCode|MethodCode|End)/ %$1 / ;
607
+ $line =~ s /\s *% (MappedType|TypeCode|TypeHeaderCode|ModuleHeaderCode| ConvertFromTypeCode|ConvertToTypeCode|MethodCode|End)/ %$1 / ;
608
608
$line =~ s /\/\s +GetWrapper\s +\/ / \/ GetWrapper\/ / ;
609
609
610
610
push @output , dbg(" NOR" )." $line \n " ;
Original file line number Diff line number Diff line change 9
9
10
10
11
11
12
- % ModuleHeaderCode
12
+ %ModuleHeaderCode
13
13
#include <qgsnetworkspeedstrategy.h>
14
14
#include <qgsnetworkdistancestrategy.h>
15
15
%End
You can’t perform that action at this time.
0 commit comments