File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ class CORE_EXPORT QgsLayoutExporter
208
208
};
209
209
210
210
/* *
211
- * Exports the layout to the a \a filePath, using the specified export \a settings.
211
+ * Exports the layout to the \a filePath, using the specified export \a settings.
212
212
*
213
213
* If the layout is a multi-page layout, then filenames for each page will automatically
214
214
* be generated by appending "_1", "_2", etc to the image file's base name.
@@ -278,7 +278,7 @@ class CORE_EXPORT QgsLayoutExporter
278
278
};
279
279
280
280
/* *
281
- * Exports the layout as a PDF to the a \a filePath, using the specified export \a settings.
281
+ * Exports the layout as a PDF to the \a filePath, using the specified export \a settings.
282
282
*
283
283
* Returns a result code indicating whether the export was successful or an
284
284
* error was encountered.
@@ -417,7 +417,7 @@ class CORE_EXPORT QgsLayoutExporter
417
417
};
418
418
419
419
/* *
420
- * Exports the layout as an SVG to the a \a filePath, using the specified export \a settings.
420
+ * Exports the layout as an SVG to the \a filePath, using the specified export \a settings.
421
421
*
422
422
* Returns a result code indicating whether the export was successful or an
423
423
* error was encountered.
You can’t perform that action at this time.
0 commit comments