@@ -73,9 +73,9 @@ Examples:
*/
enum value_list {
/** Value doing foo. */
- value_a,
+ VALUE_A,
/** Value doing bar. */
- value_b,
+ VALUE_B,
};
/**