@@ -431,19 +431,19 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
431
431
Classification,
432
432
EditRange,
433
433
SliderRange,
434
- CheckBox, /* * @note added in 1.4 */
434
+ CheckBox, /* *< @note added in 1.4 */
435
435
FileName,
436
436
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 */
447
447
};
448
448
449
449
struct RangeData
0 commit comments