Skip to content

Commit

Permalink
Revert "Generate bit_bound in implied DDS IDL"
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Aug 8, 2023
1 parent 770fcce commit 4f12f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ridlbe/ccmx11/facets/dds/templates/idl/dds/enum.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

// 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 4f12f0c

Please sign in to comment.