swagger-api/swagger-codegen

Generation into multiple output directories

Open

#2,702 建立於 2016年4月25日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)HTML (5,474 fork)batch import
Client: C++Enhancement: Generalhelp wanted

倉庫指標

Star
 (12,701 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南