Skip to content

Commit 5a34558

Browse files
committed
fix sipify test
1 parent cb9bd6d commit 5a34558

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tests/code_layout/sipifyheader.expected.sip

-28
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ Factory annotation
150150
%End
151151

152152
SomeObject *createAnother() /Factory/;
153-
%Docstring
154-
%End
155153

156154
virtual SomeObject *createAnother2() /Factory/;
157155

@@ -177,8 +175,6 @@ I return a pointer. If something bad happens, I return None.
177175
%End
178176

179177
bool isOKwithErrMesg( QString &ErrMsg /Out/ );
180-
%Docstring
181-
%End
182178

183179
void InOutParam( bool &ok = true /In,Out/ );
184180

@@ -194,20 +190,14 @@ complex default value and type (i.e. containing commas) should be given as a str
194190
%End
195191

196192
int inlineKeyWordShouldNotAppear();
197-
%Docstring
198-
%End
199193

200194
QString labelForRange( double lower, double upper ) const /PyName=labelForLowerUpper/;
201-
%Docstring
202-
%End
203195

204196
void setComposition( QgsComposition *c /KeepReference/ );
205197

206198
void removeProxyFactory( QNetworkProxyFactory *factory /TransferBack/ );
207199

208200
bool removeFunctionBody( const QList<int, QString> &list, QgsVectorLayer *vl, Some::Thing _part = -1 /*default =-1*/ );
209-
%Docstring
210-
%End
211201

212202

213203
void multilineBodyAndDefinition( const QList<int,
@@ -240,34 +230,20 @@ Mulitline body
240230
const QList<int, QString> &list2 );
241231

242232
QString returnTypeString() const;
243-
%Docstring
244-
%End
245233

246234
double returnTypeDouble() const;
247-
%Docstring
248-
%End
249235

250236
QList< QgsAnnotation * > returnTypeList();
251-
%Docstring
252-
%End
253237

254238
QVector< QgsAnnotation > returnTypeVector();
255-
%Docstring
256-
%End
257239

258240
QStringList returnTypeStringList();
259-
%Docstring
260-
%End
261241

262242
QSet<QgsActionScope> returnTypeSet();
263-
%Docstring
264-
%End
265243

266244
This<Member> shouldBeIncluded;
267245

268246
static QString invokableMethod();
269-
%Docstring
270-
%End
271247

272248
bool initializedMember;
273249

@@ -276,8 +252,6 @@ Mulitline body
276252
explicit PublicStruct( int _part = -1, int _ring = -1, int _vertex = -1, VertexType _type = SegmentVertex );
277253

278254
bool isValid( const QgsAbstractGeometry *geom ) const;
279-
%Docstring
280-
%End
281255

282256
int part;
283257
int ring;
@@ -325,8 +299,6 @@ remove argument
325299

326300
protected:
327301
bool thisShouldBeListed();
328-
%Docstring
329-
%End
330302

331303

332304
private:

0 commit comments

Comments
 (0)