Skip to content

Commit

Permalink
Refs #21379. Support setting values
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Jul 17, 2024
1 parent fa5ad77 commit 35ba2b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ enum_type(ctx, parent, enum) ::= <<
*/
enum class $enum.name$ : int32_t
{
$enum.members:{ member | $member.name$}; separator=",\n"$
$enum.members:{ member | $member.name$$if(member.annotationValue)$ = $member.annotationValueValue$$endif$}; separator=",\n"$
};
>>

Expand Down

0 comments on commit 35ba2b3

Please sign in to comment.