Skip to content

Commit

Permalink
Adds %rename tag to interface files in order to match pep-8 naiming s…
Browse files Browse the repository at this point in the history
…tyle.

Signed-off-by: LolaSegura <[email protected]>
  • Loading branch information
LolaSegura committed Aug 18, 2021
1 parent cc313a4 commit b03e678
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 320 deletions.
2 changes: 2 additions & 0 deletions src/Color.i
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ namespace ignition
{
class Color
{
%rename("%(undercase)s", %$isfunction, %$ismember, %$not %$isconstructor) "";
%rename("%(uppercase)s", %$isstatic, %$isvariable) "";
public: static const Color White;
public: static const Color Black;
public: static const Color Red;
Expand Down
Loading

0 comments on commit b03e678

Please sign in to comment.