mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Fix seealso links
This commit is contained in:
parent
e829939f7f
commit
8179e0dacb
@ -80,7 +80,7 @@ May return an empty list if no data satisfies the request.
|
||||
%Docstring
|
||||
Returns the availability for a tile's children.
|
||||
|
||||
.. seealso:: :py:func:`fetchChildren`
|
||||
.. seealso:: :py:func:`fetchHierarchy`
|
||||
%End
|
||||
|
||||
bool fetchHierarchy( const QString &id, QgsFeedback *feedback = 0 );
|
||||
|
||||
@ -96,7 +96,7 @@ class CORE_EXPORT QgsAbstractTiledMeshIndex
|
||||
/**
|
||||
* Returns the availability for a tile's children.
|
||||
*
|
||||
* \see fetchChildren()
|
||||
* \see fetchHierarchy()
|
||||
*/
|
||||
virtual Qgis::TileChildrenAvailability childAvailability( const QString &id ) const = 0;
|
||||
|
||||
@ -202,7 +202,7 @@ class CORE_EXPORT QgsTiledMeshIndex
|
||||
/**
|
||||
* Returns the availability for a tile's children.
|
||||
*
|
||||
* \see fetchChildren()
|
||||
* \see fetchHierarchy()
|
||||
*/
|
||||
Qgis::TileChildrenAvailability childAvailability( const QString &id ) const;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user