Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 23, 2018
1 parent 8219c18 commit e48de20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
4 changes: 0 additions & 4 deletions python/server/auto_generated/qgsserverparameters.sip.in
Expand Up @@ -128,9 +128,6 @@ Converts the parameter into a double.
%Docstring
Converts the parameter into a boolean.

:param ok: True if there's no error during the conversion, false otherwise
:param delimiter: The character used for delimiting

:return: A boolean
%End

Expand All @@ -139,7 +136,6 @@ Converts the parameter into a boolean.
Converts the parameter into a color.

:param ok: True if there's no error during the conversion, false otherwise
:param delimiter: The character used for delimiting

:return: A color
%End
Expand Down
3 changes: 0 additions & 3 deletions src/server/qgsserverparameters.h
Expand Up @@ -126,16 +126,13 @@ class SERVER_EXPORT QgsServerParameterDefinition

/**
* Converts the parameter into a boolean.
* \param ok True if there's no error during the conversion, false otherwise
* \param delimiter The character used for delimiting
* \returns A boolean
*/
bool toBool() const;

/**
* Converts the parameter into a color.
* \param ok True if there's no error during the conversion, false otherwise
* \param delimiter The character used for delimiting
* \returns A color
*/
QColor toColor( bool &ok ) const;
Expand Down
10 changes: 3 additions & 7 deletions src/server/services/wfs/qgswfsparameters.h
Expand Up @@ -152,21 +152,17 @@ namespace QgsWfs
* Constructor for WFS parameters with specific values.
* \param parameters Map of parameters where keys are parameters' names.
*/
// QgsWfsParameters( const QgsServerRequest::Parameters &parameters );
QgsWfsParameters( const QgsServerParameters &parameters );

/**
* Constructor for WFS parameters with default values only.
*/
*/
QgsWfsParameters();

virtual ~QgsWfsParameters() = default;

/**
* Loads new parameters.
* \param parameters Map of parameters
* Default destructor for QgsWfsParameters.
*/
// void load( const QgsServerRequest::Parameters &parameters );
virtual ~QgsWfsParameters() = default;

/**
* Dumps parameters.
Expand Down

0 comments on commit e48de20

Please sign in to comment.