add comment

This commit is contained in:
OMGeeky
2024-05-13 19:24:28 +02:00
parent d9a7fcc946
commit 3092fef613

View File

@@ -69,6 +69,9 @@ impl Default for Scope {
</%def>
## Builds any generic enum for the API
###############################################################################################
###############################################################################################
<%def name="new(enum_type, e, c)">\
#[derive(Clone, Copy, Eq, Hash, Debug, PartialEq, Serialize, Deserialize)]
% if e.get('description'):