diff --git a/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in b/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in index 2cf57cdf6761..c9924db14036 100644 --- a/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in +++ b/python/PyQt6/core/auto_generated/vector/qgsvectorlayer.sip.in @@ -145,8 +145,8 @@ Also note: - You can use various functions available in the QGIS Expression list, however the function must exist server side and have the same name and arguments to work. -- Use the special $geometry parameter to provide the layer geometry column as input - into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) +- Use the special ``@geometry`` parameter to provide the layer geometry column as input + into the spatial binary operators e.g ``intersects(@geometry, geomFromWKT('POINT (5 6)'))`` OGC API Features data provider (oapif) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/python/core/auto_generated/vector/qgsvectorlayer.sip.in b/python/core/auto_generated/vector/qgsvectorlayer.sip.in index 2cf57cdf6761..c9924db14036 100644 --- a/python/core/auto_generated/vector/qgsvectorlayer.sip.in +++ b/python/core/auto_generated/vector/qgsvectorlayer.sip.in @@ -145,8 +145,8 @@ Also note: - You can use various functions available in the QGIS Expression list, however the function must exist server side and have the same name and arguments to work. -- Use the special $geometry parameter to provide the layer geometry column as input - into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) +- Use the special ``@geometry`` parameter to provide the layer geometry column as input + into the spatial binary operators e.g ``intersects(@geometry, geomFromWKT('POINT (5 6)'))`` OGC API Features data provider (oapif) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/src/core/vector/qgsvectorlayer.h b/src/core/vector/qgsvectorlayer.h index 4e3f5ba6145d..725e53fc6e19 100644 --- a/src/core/vector/qgsvectorlayer.h +++ b/src/core/vector/qgsvectorlayer.h @@ -216,8 +216,8 @@ typedef QSet QgsAttributeIds; * * - You can use various functions available in the QGIS Expression list, * however the function must exist server side and have the same name and arguments to work. - * - Use the special $geometry parameter to provide the layer geometry column as input - * into the spatial binary operators e.g intersects($geometry, geomFromWKT('POINT (5 6)')) + * - Use the special ``@geometry`` parameter to provide the layer geometry column as input + * into the spatial binary operators e.g ``intersects(@geometry, geomFromWKT('POINT (5 6)'))`` * * \subsection oapif OGC API Features data provider (oapif) *