-
Notifications
You must be signed in to change notification settings - Fork 21
/
CodeAnalysisDictionary.xml
28 lines (28 loc) · 1.01 KB
/
CodeAnalysisDictionary.xml
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
<?xml version="1.0" encoding="utf-8"?>
<Dictionary>
<Words>
<Unrecognized>
<!-- Words to be excluded from the existing dictionary -->
<!-- <Word>instate</Word> -->
</Unrecognized>
<Recognized>
<!-- Words to augment the existing dictionary -->
<!-- If your company or product name is an unusal word, you may want to include it. -->
<!-- For compound words, include the individual words (if necessary) -->
<!--<Word>Michael Sawczyn</Word>-->
<!--<Word>EFDesigner</Word>-->
<Word>superclass</Word>
<Word>implementor</Word>
<Word>implementors</Word>
<Word>postcondition</Word>
</Recognized>
<Acronyms>
<!-- Company, domain, or project specific acronyms -->
<CasingExceptions>
<!-- If your company or product name is an acroynm, you may want to include these here -->
<!--<Acronym>Michael Sawczyn</Acronym>-->
<!--<Acronym>EFDesigner</Acronym>-->
</CasingExceptions>
</Acronyms>
</Words>
</Dictionary>