mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
doxymentation and SIP fixes
This commit is contained in:
parent
051143ff6c
commit
fa59a02c4e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user