doxymentation and SIP fixes

This commit is contained in:
Alexander Bruy 2023-07-19 13:31:56 +03:00
parent 051143ff6c
commit fa59a02c4e
3 changed files with 9 additions and 13 deletions

View File

@ -10,20 +10,9 @@
class QgsAlignRasterData
{
%Docstring(signature="appended")
*************************************************************************
qgsalignrasterdata.h
--------------------------------------
Date : June 2015
Copyright : (C) 2015 by Martin Dobias
Email : wonder dot sk at gmail dot com
**************************************************************************
The :py:class:`QgsAlignRasterData` class provides data structures and enums for align raster tool.
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. *
**************************************************************************
.. versionadded:: 3.34
%End
%TypeHeaderCode

View File

@ -563,6 +563,7 @@
%Include auto_generated/processing/qgsprocessingparametertininputlayers.sip
%Include auto_generated/processing/qgsprocessingparametertype.sip
%Include auto_generated/processing/qgsprocessingparametervectortilewriterlayers.sip
%Include auto_generated/processing/qgsprocessingparameteralignrasterlayers.sip
%Include auto_generated/processing/qgsprocessingprovider.sip
%Include auto_generated/processing/qgsprocessingregistry.sip
%Include auto_generated/processing/qgsprocessingutils.sip

View File

@ -16,6 +16,12 @@
#ifndef QGSALIGNRASTERDATA_H
#define QGSALIGNRASTERDATA_H
/**
* \ingroup core
* \brief The QgsAlignRasterData class provides data structures and enums for align raster tool.
*
* \since QGIS 3.34
*/
class CORE_EXPORT QgsAlignRasterData
{
public: