forked from loafle/openapi-generator-original
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			654 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			654 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
 | 
						|
CONFIG OPTIONS for cpp-restbed-server
 | 
						|
 | 
						|
	modelPackage
 | 
						|
	    C++ namespace for models (convention: name.space.model). (Default: org.openapitools.server.model)
 | 
						|
 | 
						|
	apiPackage
 | 
						|
	    C++ namespace for apis (convention: name.space.api). (Default: org.openapitools.server.api)
 | 
						|
 | 
						|
	packageVersion
 | 
						|
	    C++ package version. (Default: 1.0.0)
 | 
						|
 | 
						|
	declspec
 | 
						|
	    C++ preprocessor to place before the class name for handling dllexport/dllimport. (Default: )
 | 
						|
 | 
						|
	defaultInclude
 | 
						|
	    The default include statement that should be placed in all headers for including things like the declspec (convention: #include "Commons.h"  (Default: )
 | 
						|
 | 
						|
Back to the [generators list](README.md)
 |