Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ApiStyle.cs « Util « Mono.Documentation « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a721bf26df0c8ee00e1a9d02ae40c4e34e7f0c7 (plain)
1
2
3
4
5
6
7
8
namespace Mono.Documentation.Util
{
    enum ApiStyle
    {
        Classic,
        Unified
    }
}