This commit is contained in:
PerthCharern 2018-05-02 14:56:00 -07:00 коммит произвёл GitHub
Родитель 3b67c45694
Коммит 259c664c42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -112,8 +112,8 @@ C# Document Generator supports fetching Newtonsoft.Json `JsonProperty` and `Json
Document generator also allows you to provide an optional advanced configuration as input in `OpenApiGeneratorConfig.AdvancedConfigurationXmlDocument` Document generator also allows you to provide an optional advanced configuration as input in `OpenApiGeneratorConfig.AdvancedConfigurationXmlDocument`
which enables: which enables:
- Specifying annotations that logically apply to either the entire document or to certain set of operations. - Specifying annotations that logically apply to either the entire document or certain sets of operations.
- Generate multiple documents based on the variant information provided. - Generating multiple documents based on the provided variant information.
The configuration XML is handcrafted (NOT generated from Visual Studio build). The configuration XML is handcrafted (NOT generated from Visual Studio build).