swagger-api/swagger-codegen

Generation into multiple output directories

Ouverte

#2 702 ouverte le 25 avr. 2016

 (4 commentaires) (0 réaction) (0 personne assignée)HTML (5 474 forks)batch import
Client: C++Enhancement: Generalhelp wanted

Métriques du dépôt

Stars
 (12 701 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur