Skip to content

Commit 1c3eac5

Browse files
author
Claudio Loureiro
committed
Fix namespace issues in R
1 parent c167c65 commit 1c3eac5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/swagger-codegen/src/main/resources/r/NAMESPACE.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
export({{{classname}}})
77
{{/model}}
88
{{/models}}
9+
{{#apiInfo}}
10+
{{#apis}}
11+
export({{{classname}}})
12+
{{/apis}}
13+
{{/apiInfo}}

0 commit comments

Comments
 (0)