mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[sipify] remove space before ModuleTypeHeader
also update network analysis SIP files
This commit is contained in:
parent
f6266130eb
commit
e1c35883c5
@ -9,7 +9,23 @@
|
||||
|
||||
|
||||
|
||||
% ModuleHeaderCode
|
||||
%ModuleHeaderCode
|
||||
%Docstring
|
||||
*************************************************************************
|
||||
qgsgraphbuilderinterface.h
|
||||
--------------------------------------
|
||||
Date : 2010-10-22
|
||||
Copyright : (C) 2010 by Yakushev Sergey
|
||||
Email : YakushevS <at> list.ru
|
||||
***************************************************************************
|
||||
*
|
||||
This program is free software; you can redistribute it and/or modify *
|
||||
it under the terms of the GNU General Public License as published by *
|
||||
the Free Software Foundation; either version 2 of the License, or *
|
||||
(at your option) any later version. *
|
||||
*
|
||||
**************************************************************************
|
||||
%End
|
||||
#include <qgsgraphbuilder.h>
|
||||
%End
|
||||
|
||||
|
@ -10,7 +10,23 @@
|
||||
|
||||
|
||||
|
||||
% ModuleHeaderCode
|
||||
%ModuleHeaderCode
|
||||
%Docstring
|
||||
*************************************************************************
|
||||
qgsgraphdirector.h
|
||||
--------------------------------------
|
||||
Date : 2010-10-18
|
||||
Copyright : (C) 2010 by Yakushev Sergey
|
||||
Email : YakushevS <at> list.ru
|
||||
***************************************************************************
|
||||
*
|
||||
This program is free software; you can redistribute it and/or modify *
|
||||
it under the terms of the GNU General Public License as published by *
|
||||
the Free Software Foundation; either version 2 of the License, or *
|
||||
(at your option) any later version. *
|
||||
*
|
||||
**************************************************************************
|
||||
%End
|
||||
#include <qgsvectorlayerdirector.h>
|
||||
%End
|
||||
|
||||
|
@ -9,7 +9,23 @@
|
||||
|
||||
|
||||
|
||||
% ModuleHeaderCode
|
||||
%ModuleHeaderCode
|
||||
%Docstring
|
||||
*************************************************************************
|
||||
qgsnetworkstrategy.h
|
||||
--------------------------------------
|
||||
Date : 2011-04-01
|
||||
Copyright : (C) 2010 by Yakushev Sergey
|
||||
Email : YakushevS <at> list.ru
|
||||
***************************************************************************
|
||||
*
|
||||
This program is free software; you can redistribute it and/or modify *
|
||||
it under the terms of the GNU General Public License as published by *
|
||||
the Free Software Foundation; either version 2 of the License, or *
|
||||
(at your option) any later version. *
|
||||
*
|
||||
**************************************************************************
|
||||
%End
|
||||
#include <qgsnetworkspeedstrategy.h>
|
||||
#include <qgsnetworkdistancestrategy.h>
|
||||
%End
|
||||
|
@ -604,7 +604,7 @@ while ($line_idx < $line_count){
|
||||
$line =~ s/SIP_FORCE//;
|
||||
|
||||
# fix astyle placing space after % character
|
||||
$line =~ s/\s*% (MappedType|TypeCode|TypeHeaderCode|ConvertFromTypeCode|ConvertToTypeCode|MethodCode|End)/%$1/;
|
||||
$line =~ s/\s*% (MappedType|TypeCode|TypeHeaderCode|ModuleHeaderCode|ConvertFromTypeCode|ConvertToTypeCode|MethodCode|End)/%$1/;
|
||||
$line =~ s/\/\s+GetWrapper\s+\//\/GetWrapper\//;
|
||||
|
||||
push @output, dbg("NOR")."$line\n";
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
|
||||
% ModuleHeaderCode
|
||||
%ModuleHeaderCode
|
||||
#include <qgsnetworkspeedstrategy.h>
|
||||
#include <qgsnetworkdistancestrategy.h>
|
||||
%End
|
||||
|
Loading…
x
Reference in New Issue
Block a user