swagger-api/swagger-codegen

Generation into multiple output directories

Open

#2,702 opened on Apr 25, 2016

View on GitHub
 (4 comments) (0 reactions) (0 assignees)HTML (12,701 stars) (5,474 forks)batch import
Client: C++Enhancement: Generalhelp wanted

Description

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.

Contributor guide

Generation into multiple output directories · swagger-api/swagger-codegen#2702 | Good First Issue