Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook committed May 12, 2013
1 parent 1f7f2b3 commit 2c37896
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -375,9 +375,19 @@ struct CORE_EXPORT QgsVectorJoinInfo
* Defines the coordinate reference system used for the layer. This can be * Defines the coordinate reference system used for the layer. This can be
* any string accepted by QgsCoordinateReferenceSystem::createFromString() * any string accepted by QgsCoordinateReferenceSystem::createFromString()
* *
* -subsetIndex=(yes|no)
*
* Determines whether the provider generates an index to improve the efficiency
* of subsets. The default is yes
*
* -spatialIndex=(yes|no)
*
* Determines whether the provider generates a spatial index. The default is no.
*
* -useWatcher=(yes|no) * -useWatcher=(yes|no)
* *
* Defines whether the file will be monitored for changes * Defines whether the file will be monitored for changes. The default is
* to monitor for changes.
* *
* - quiet * - quiet
* *
Expand Down

0 comments on commit 2c37896

Please sign in to comment.