diff --git a/Laboratory/Schemas/enum.bop b/Laboratory/Schemas/enum.bop index 8208d352..f54c8191 100644 --- a/Laboratory/Schemas/enum.bop +++ b/Laboratory/Schemas/enum.bop @@ -9,13 +9,13 @@ enum OtherInstrument { /** Doc comment on enum */ enum letters { /** Doc comment on deprecated attr */ - @deprecated("for fun") + @deprecated("i'm counting that money") a = 0; b = 1; /** Doc comment on attribute */ c = 2; d = 3; - @deprecated + @deprecated("for fun") f = 4; g = 5; h = 6;