mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Use \ instead of @ in comment
This commit is contained in:
parent
fd5a17cc6c
commit
e03461d630
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user