2018-08-31 14:00:27 +00:00
|
|
|
|
|
|
|
CONFIG OPTIONS for cpp-qt5-qhttpengine-server
|
|
|
|
|
|
|
|
sortParamsByRequiredFlag
|
|
|
|
Sort method arguments to place required parameters before optional parameters. (Default: true)
|
|
|
|
|
|
|
|
ensureUniqueParams
|
|
|
|
Whether to ensure parameter names are unique in an operation (rename parameters that are not). (Default: true)
|
|
|
|
|
|
|
|
allowUnicodeIdentifiers
|
|
|
|
boolean, toggles whether unicode identifiers are allowed in names or not, default is false (Default: false)
|
|
|
|
|
|
|
|
prependFormOrBodyParameters
|
|
|
|
Add form or body parameters to the beginning of the parameter list. (Default: false)
|
|
|
|
|
|
|
|
cppNamespace
|
|
|
|
C++ namespace (convention: name::space::for::api). (Default: OpenAPI)
|
|
|
|
|
2018-11-15 10:32:12 +00:00
|
|
|
cppNamespace
|
|
|
|
C++ namespace (convention: name::space::for::api). (Default: OpenAPI)
|
|
|
|
|
2018-08-31 14:00:27 +00:00
|
|
|
Back to the [generators list](README.md)
|