Skip to content

Commit

Permalink
docs: Update generated docs (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 5, 2021
1 parent b8502b6 commit 8641788
Show file tree
Hide file tree
Showing 34 changed files with 416 additions and 416 deletions.
30 changes: 15 additions & 15 deletions docs/types/cspell-types/interfaces/BaseSetting.md
Expand Up @@ -42,7 +42,7 @@ True to enable compound word checking.

#### Defined in

[CSpellSettingsDef.ts:300](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L300)
[CSpellSettingsDef.ts:300](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L300)

___

Expand All @@ -60,7 +60,7 @@ Determines if words must match case and accent rules.

#### Defined in

[CSpellSettingsDef.ts:311](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L311)
[CSpellSettingsDef.ts:311](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L311)

___

Expand All @@ -72,7 +72,7 @@ Optional description of configuration

#### Defined in

[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L279)
[CSpellSettingsDef.ts:279](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L279)

___

Expand All @@ -87,7 +87,7 @@ i.e. `!typescript` will turn off the dictionary with the name `typescript`.

#### Defined in

[CSpellSettingsDef.ts:322](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L322)
[CSpellSettingsDef.ts:322](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L322)

___

Expand All @@ -99,7 +99,7 @@ Define additional available dictionaries

#### Defined in

[CSpellSettingsDef.ts:314](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L314)
[CSpellSettingsDef.ts:314](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L314)

___

Expand All @@ -113,7 +113,7 @@ Is the spell checker enabled

#### Defined in

[CSpellSettingsDef.ts:285](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L285)
[CSpellSettingsDef.ts:285](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L285)

___

Expand All @@ -125,7 +125,7 @@ list of words to always be considered incorrect.

#### Defined in

[CSpellSettingsDef.ts:291](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L291)
[CSpellSettingsDef.ts:291](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L291)

___

Expand All @@ -137,7 +137,7 @@ Optional identifier

#### Defined in

[CSpellSettingsDef.ts:273](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L273)
[CSpellSettingsDef.ts:273](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L273)

___

Expand All @@ -151,7 +151,7 @@ Example: ["href"] - to exclude html href

#### Defined in

[CSpellSettingsDef.ts:340](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L340)
[CSpellSettingsDef.ts:340](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L340)

___

Expand All @@ -163,7 +163,7 @@ List of words to be ignored. An Ignored word will not show up as an error even i

#### Defined in

[CSpellSettingsDef.ts:294](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L294)
[CSpellSettingsDef.ts:294](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L294)

___

Expand All @@ -176,7 +176,7 @@ If includeRegExpList is defined, ONLY, text matching the included patterns will

#### Defined in

[CSpellSettingsDef.ts:346](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L346)
[CSpellSettingsDef.ts:346](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L346)

___

Expand All @@ -188,7 +188,7 @@ Optional name of configuration

#### Defined in

[CSpellSettingsDef.ts:276](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L276)
[CSpellSettingsDef.ts:276](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L276)

___

Expand All @@ -206,7 +206,7 @@ possible suggestions.

#### Defined in

[CSpellSettingsDef.ts:333](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L333)
[CSpellSettingsDef.ts:333](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L333)

___

Expand All @@ -218,7 +218,7 @@ Defines a list of patterns that can be used in ignoreRegExpList and includeRegEx

#### Defined in

[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L349)
[CSpellSettingsDef.ts:349](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L349)

___

Expand All @@ -230,4 +230,4 @@ list of words to be always considered correct

#### Defined in

[CSpellSettingsDef.ts:288](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellSettingsDef.ts#L288)
[CSpellSettingsDef.ts:288](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellSettingsDef.ts#L288)
12 changes: 6 additions & 6 deletions docs/types/cspell-types/interfaces/CSpellReporter.md
Expand Up @@ -21,7 +21,7 @@

#### Defined in

[CSpellReporter.ts:63](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellReporter.ts#L63)
[CSpellReporter.ts:63](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellReporter.ts#L63)

___

Expand All @@ -31,7 +31,7 @@ ___

#### Defined in

[CSpellReporter.ts:64](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellReporter.ts#L64)
[CSpellReporter.ts:64](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellReporter.ts#L64)

___

Expand All @@ -41,7 +41,7 @@ ___

#### Defined in

[CSpellReporter.ts:62](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellReporter.ts#L62)
[CSpellReporter.ts:62](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellReporter.ts#L62)

___

Expand All @@ -51,7 +51,7 @@ ___

#### Defined in

[CSpellReporter.ts:61](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellReporter.ts#L61)
[CSpellReporter.ts:61](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellReporter.ts#L61)

___

Expand All @@ -61,7 +61,7 @@ ___

#### Defined in

[CSpellReporter.ts:65](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellReporter.ts#L65)
[CSpellReporter.ts:65](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellReporter.ts#L65)

___

Expand All @@ -71,4 +71,4 @@ ___

#### Defined in

[CSpellReporter.ts:66](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellReporter.ts#L66)
[CSpellReporter.ts:66](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellReporter.ts#L66)
2 changes: 1 addition & 1 deletion docs/types/cspell-types/interfaces/CSpellReporterModule.md
Expand Up @@ -26,4 +26,4 @@

#### Defined in

[CSpellReporter.ts:70](https://github.com/streetsidesoftware/cspell/blob/27fe1d6b/packages/cspell-types/src/CSpellReporter.ts#L70)
[CSpellReporter.ts:70](https://github.com/streetsidesoftware/cspell/blob/b8502b6d/packages/cspell-types/src/CSpellReporter.ts#L70)

0 comments on commit 8641788

Please sign in to comment.