forked from GateCrafter/DSharpPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
token.json
44 lines (44 loc) · 1.33 KB
/
token.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"classesInSubtitle": "Classes",
"structsInSubtitle": "Structs",
"interfacesInSubtitle": "Interfaces",
"enumsInSubtitle": "Enums",
"delegatesInSubtitle": "Delegates",
"constructorsInSubtitle": "Constructors",
"fieldsInSubtitle": "Fields",
"propertiesInSubtitle": "Properties",
"methodsInSubtitle": "Methods",
"eventsInSubtitle": "Events",
"operatorsInSubtitle": "Operators",
"eiisInSubtitle": "Explicit Interface Implementations",
"improveThisDoc": "Improve this Doc",
"viewSource": "View Source",
"inheritance": "Inheritance",
"inheritedMembers": "Inherited Members",
"namespace": "Namespace",
"assembly": "Assembly",
"syntax": "Syntax",
"overrides": "Overrides",
"implements": "Implements",
"remarks": "Remarks",
"examples": "Examples",
"seealso": "See Also",
"declaration": "Declaration",
"parameters": "Parameters",
"typeParameters": "Type Parameters",
"type": "Type",
"name": "Name",
"description": "Description",
"returns": "Returns",
"fieldValue": "Field Value",
"propertyValue": "Property Value",
"eventType": "Event Type",
"exceptions": "Exceptions",
"condition": "Condition",
"extensionMethods": "Extension Methods",
"note": "<h5>Note</h5>",
"warning": "<h5>Warning</h5>",
"tip": "<h5>Tip</h5>",
"important": "<h5>Important</h5>",
"caution": "<h5>Caution</h5>"
}