Skip to content

Commit e3b8b41

Browse files
committedAug 1, 2013
Fix QgsVectorLayer::EditType API doc
1 parent 834c5ab commit e3b8b41

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎src/core/qgsvectorlayer.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -431,19 +431,19 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
431431
Classification,
432432
EditRange,
433433
SliderRange,
434-
CheckBox, /** @note added in 1.4 */
434+
CheckBox, /**< @note added in 1.4 */
435435
FileName,
436436
Enumeration,
437-
Immutable, /** The attribute value should not be changed in the attribute form */
438-
Hidden, /** The attribute value should not be shown in the attribute form @note added in 1.4 */
439-
TextEdit, /** multiline edit @note added in 1.4*/
440-
Calendar, /** calendar widget @note added in 1.5 */
441-
DialRange, /** dial range @note added in 1.5 */
442-
ValueRelation, /** value map from an table @note added in 1.8 */
443-
UuidGenerator, /** uuid generator - readonly and automatically intialized @note added in 1.9 */
444-
Photo, /** phote widget @note added in 1.9 */
445-
WebView, /** webview widget @note added in 1.9 */
446-
Color, /** color @note added in 1.9 */
437+
Immutable, /**< The attribute value should not be changed in the attribute form */
438+
Hidden, /**< The attribute value should not be shown in the attribute form @note added in 1.4 */
439+
TextEdit, /**< multiline edit @note added in 1.4*/
440+
Calendar, /**< calendar widget @note added in 1.5 */
441+
DialRange, /**< dial range @note added in 1.5 */
442+
ValueRelation, /**< value map from an table @note added in 1.8 */
443+
UuidGenerator, /**< uuid generator - readonly and automatically intialized @note added in 1.9 */
444+
Photo, /**< phote widget @note added in 1.9 */
445+
WebView, /**< webview widget @note added in 1.9 */
446+
Color, /**< color @note added in 1.9 */
447447
};
448448

449449
struct RangeData

0 commit comments

Comments
 (0)
Please sign in to comment.