Skip to content

Commit

Permalink
Merge pull request #402 from jwillemsen/jwi-ddsx11bitboundenum
Browse files Browse the repository at this point in the history
Generate bit_bound in implied DDS IDL
  • Loading branch information
jwillemsen committed Aug 7, 2023
2 parents c2b7900 + 7596cd3 commit 7ffbf45
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 7ffbf45

Please sign in to comment.