Skip to content

Commit

Permalink
Add test that covers bitfields with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 27, 2024
1 parent 8a9868b commit 0adfee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cpp/rpytest/ft/include/docstrings.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ struct DocClass
/** An awesome variable, use it for something */
int sweet_var;

/** this is a bitfield */
int bitfield: 1;

/**
* Construct a Ramsete unicycle controller.
*
Expand Down

0 comments on commit 0adfee3

Please sign in to comment.