This commit is contained in:
Harrissou Sant-anna 2018-05-24 10:18:03 +02:00 committed by Nyall Dawson
parent 12cb6fc629
commit c66f65819c

View File

@ -208,7 +208,7 @@ class CORE_EXPORT QgsLayoutExporter
};
/**
* Exports the layout to the a \a filePath, using the specified export \a settings.
* Exports the layout to the \a filePath, using the specified export \a settings.
*
* If the layout is a multi-page layout, then filenames for each page will automatically
* be generated by appending "_1", "_2", etc to the image file's base name.
@ -278,7 +278,7 @@ class CORE_EXPORT QgsLayoutExporter
};
/**
* Exports the layout as a PDF to the a \a filePath, using the specified export \a settings.
* Exports the layout as a PDF to the \a filePath, using the specified export \a settings.
*
* Returns a result code indicating whether the export was successful or an
* error was encountered.
@ -417,7 +417,7 @@ class CORE_EXPORT QgsLayoutExporter
};
/**
* Exports the layout as an SVG to the a \a filePath, using the specified export \a settings.
* Exports the layout as an SVG to the \a filePath, using the specified export \a settings.
*
* Returns a result code indicating whether the export was successful or an
* error was encountered.