Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doc
  • Loading branch information
nyalldawson committed Apr 20, 2023
1 parent 72dd888 commit d9d41ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Expand Up @@ -13,14 +13,9 @@
class QgsProcessingAlgorithmInformation
{
%Docstring(signature="appended")
*************************************************************************
Contains basic properties for a Processing algorithm.

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.32
%End

%TypeHeaderCode
Expand Down
6 changes: 6 additions & 0 deletions src/core/processing/qgsprocessingregistry.h
Expand Up @@ -26,6 +26,12 @@
class QgsProcessingParameterType;
class QgsProcessingAlgorithmConfigurationWidgetFactory;

/**
* \class QgsProcessingAlgorithmInformation
* \ingroup core
* \brief Contains basic properties for a Processing algorithm.
* \since QGIS 3.32
*/
class CORE_EXPORT QgsProcessingAlgorithmInformation
{
public:
Expand Down

0 comments on commit d9d41ad

Please sign in to comment.