@@ -150,8 +150,6 @@ Factory annotation
150
150
%End
151
151
152
152
SomeObject *createAnother() /Factory/;
153
- %Docstring
154
- %End
155
153
156
154
virtual SomeObject *createAnother2() /Factory/;
157
155
@@ -177,8 +175,6 @@ I return a pointer. If something bad happens, I return None.
177
175
%End
178
176
179
177
bool isOKwithErrMesg( QString &ErrMsg /Out/ );
180
- %Docstring
181
- %End
182
178
183
179
void InOutParam( bool &ok = true /In,Out/ );
184
180
@@ -194,20 +190,14 @@ complex default value and type (i.e. containing commas) should be given as a str
194
190
%End
195
191
196
192
int inlineKeyWordShouldNotAppear();
197
- %Docstring
198
- %End
199
193
200
194
QString labelForRange( double lower, double upper ) const /PyName=labelForLowerUpper/;
201
- %Docstring
202
- %End
203
195
204
196
void setComposition( QgsComposition *c /KeepReference/ );
205
197
206
198
void removeProxyFactory( QNetworkProxyFactory *factory /TransferBack/ );
207
199
208
200
bool removeFunctionBody( const QList<int, QString> &list, QgsVectorLayer *vl, Some::Thing _part = -1 /*default =-1*/ );
209
- %Docstring
210
- %End
211
201
212
202
213
203
void multilineBodyAndDefinition( const QList<int,
@@ -240,34 +230,20 @@ Mulitline body
240
230
const QList<int, QString> &list2 );
241
231
242
232
QString returnTypeString() const;
243
- %Docstring
244
- %End
245
233
246
234
double returnTypeDouble() const;
247
- %Docstring
248
- %End
249
235
250
236
QList< QgsAnnotation * > returnTypeList();
251
- %Docstring
252
- %End
253
237
254
238
QVector< QgsAnnotation > returnTypeVector();
255
- %Docstring
256
- %End
257
239
258
240
QStringList returnTypeStringList();
259
- %Docstring
260
- %End
261
241
262
242
QSet<QgsActionScope> returnTypeSet();
263
- %Docstring
264
- %End
265
243
266
244
This<Member> shouldBeIncluded;
267
245
268
246
static QString invokableMethod();
269
- %Docstring
270
- %End
271
247
272
248
bool initializedMember;
273
249
@@ -276,8 +252,6 @@ Mulitline body
276
252
explicit PublicStruct( int _part = -1, int _ring = -1, int _vertex = -1, VertexType _type = SegmentVertex );
277
253
278
254
bool isValid( const QgsAbstractGeometry *geom ) const;
279
- %Docstring
280
- %End
281
255
282
256
int part;
283
257
int ring;
@@ -325,8 +299,6 @@ remove argument
325
299
326
300
protected:
327
301
bool thisShouldBeListed();
328
- %Docstring
329
- %End
330
302
331
303
332
304
private:
0 commit comments