James Kuszmaul | 3b15b0c | 2022-11-08 14:03:16 -0800 | [diff] [blame^] | 1 | attribute display_name; |
2 | |||||
3 | enum ValAttributes : int | ||||
4 | { | ||||
5 | Val1 = 0 (display_name: "Value 1"), | ||||
6 | Val2 (display_name: "Value 2"), | ||||
7 | Val3 (deprecated, display_name: "Value 3 (deprecated)"), | ||||
8 | } |