Skip to content

Commit

Permalink
feat(accessors): New macro section for schema property accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita authored and HaseenaSainul committed Jun 6, 2023
1 parent bd7db6c commit cb9a92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions languages/c/templates/modules/src/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ extern "C" {
#ifdef __cplusplus
}
#endif


3 changes: 3 additions & 0 deletions languages/c/templates/types/enum.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
typedef enum {
${info.TITLE}_${NAME}_${key},
} ${info.title}_${name};

0 comments on commit cb9a92c

Please sign in to comment.