Skip to content

Commit

Permalink
Generate bit_bound in implied DDS IDL
Browse files Browse the repository at this point in the history
    * ridlbe/ccmx11/facets/dds/templates/idl/dds/enum.erb:
  • Loading branch information
jwillemsen committed Aug 7, 2023
1 parent f77e46f commit 7596cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ridlbe/ccmx11/facets/dds/templates/idl/dds/enum.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// generated from <%= ridl_template_path %>
/// @copydoc <%= doc_scoped_name %>
@bit_bound(<%= bitbound_bits %>)
enum <%= unescaped_name %> {
<%= enumerators.collect {|e| "/// @copydoc #{e.doc_scoped_name}\n #{e.name}" }.join(",\n ") %>
};
Expand Down

0 comments on commit 7596cd3

Please sign in to comment.