swagger-api/swagger-codegen
Vedi su GitHubGeneration into multiple output directories
Open
#2702 aperta il 25 apr 2016
Client: C++Enhancement: Generalhelp wanted
Metriche repository
- Star
- (12.701 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.