Skip to content

Commit

Permalink
[sipify] follow-up 634c7aa
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and 3nids committed May 4, 2017
1 parent e1c3588 commit b93e925
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 50 deletions.
16 changes: 0 additions & 16 deletions python/analysis/network/qgsgraphbuilderinterface.sip
Expand Up @@ -10,22 +10,6 @@


%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

Expand Down
16 changes: 0 additions & 16 deletions python/analysis/network/qgsgraphdirector.sip
Expand Up @@ -11,22 +11,6 @@


%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

Expand Down
16 changes: 0 additions & 16 deletions python/analysis/network/qgsnetworkstrategy.sip
Expand Up @@ -10,22 +10,6 @@


%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
Expand Down
4 changes: 2 additions & 2 deletions scripts/sipify.pl
Expand Up @@ -666,8 +666,8 @@ sub remove_constructor_or_body {
elsif ( $line =~ m/\/\// ||
$line =~ m/\s*typedef / ||
$line =~ m/\s*struct / ||
$line =~ m/operator\[\]\(/ ||
$line =~ m/^\s*% \w+(.*)?$/ ){
$line =~ m/operator\[\]\(/ ||
$line =~ m/^\s*%\w+(.*)?$/ ){
dbg_info('skipping comment');
$comment = '';
$return_type = '';
Expand Down

0 comments on commit b93e925

Please sign in to comment.