swagger-api/swagger-codegen

Generation into multiple output directories

开放

#2,702 创建于 2016年4月25日

 (4 条评论) (0 个反应) (0 位负责人)HTML (5,474 个派生)batch import
Client: C++Enhancement: Generalhelp wanted

仓库指标

星标
 (12,701 个星标)
PR 合并指标
 (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.

贡献者指南