swagger-api/swagger-codegen
GitHub で見るGeneration into multiple output directories
Open
#2,702 opened on 2016年4月25日
Client: C++Enhancement: Generalhelp wanted
Repository metrics
- Stars
- (12,701 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
For C, C++, Objective-C, etc we usually split the public interface from the implementation. Example: Public header files should go to include, private header files (eg. for helpers) and implementation files should go to src.
In the generator, I can add multiple entries to modelTemplateFiles. Each entry may have a different extension, but I also need to specify a different prefix.