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

MemberFormatterState.cs « Updater « Mono.Documentation « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 373c1c94f1793632a4ed22d5e85dea49b48a2e84 (plain)
1
2
3
4
5
6
7
8
namespace Mono.Documentation.Updater
{
    public enum MemberFormatterState
    {
        None,
        WithinGenericTypeParameters,
    }
}