Skip to content

Commit

Permalink
Use \ instead of @ in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Oct 27, 2017
1 parent fd5a17c commit e03461d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/server/services/wms/qgswmsparameters.h
Expand Up @@ -919,14 +919,14 @@ namespace QgsWms
QString externalWMSUri( const QString &id ) const;

/**
* @brief Returns if the client wants the feature info response with geometry information
* @return true if geometry information is requested for feature info response
* \brief Returns if the client wants the feature info response with geometry information
* \returns true if geometry information is requested for feature info response
*/
bool withGeometry() const;

/**
* @brief withMapTip
* @return true if maptip information is requested for feature info response
* \brief withMapTip
* \returns true if maptip information is requested for feature info response
*/
bool withMapTip() const;

Expand Down

0 comments on commit e03461d

Please sign in to comment.