Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
matrix:
- name: Markdown
sources:
- 'docs/**/*.md'
- ['docs/**/*.md', '!docs/doxygen/mainpage.md']
expect_match: false
aspell:
lang: en
Expand Down Expand Up @@ -105,8 +105,6 @@ matrix:
close: '\n'
- open: '(- )?(?P<open>`+)'
close: '(?P=open)'
- open: ':figure:.*'
close: '\n'
# Ignore reStructuredText roles
- open: ':(?:(class|file|func|math|ref|octicon|meth|obj)):`'
content: '[^`]*'
Expand Down Expand Up @@ -148,7 +146,7 @@ matrix:
- open: '\.\.\s+toctree::'
close: '(?P<toctree>(?:((?P<indent>[ ]+).*$)|(\n))+)'
# Ignore directives
- open: '\.\.\s+(image|include|only|tabularcolumns|datatemplate:nodata)::'
- open: '\.\.\s+(figure|image|include|only|tabularcolumns|datatemplate:nodata)::'
close: '$'
# Ignore reStructuredText reference
- open: '^.{2}[ ]+_'
Expand All @@ -157,6 +155,10 @@ matrix:
- open: '\.\. (autodoxygenindex|doxygenfunction|doxygenstruct|doxygenclass|doxygennamespace|doxygenconcept|doxygenenum|doxygenenumvalue|doxygentypedef|doxygenunion|doxygendefine|doxygenvariable|doxygenfile|doxygengroup|autodoxygenfile|doxygenpage)::.*$\n*'
content: '(?P<first>(^(?P<indent>[ ]+).*$\n))(?P<other>(^([ \t]+.*|[ \t]*)$\n)*)'
close: '(^(?![ \t]+.*$))'
# Ignore doxygen one line directives
- open: '\.\. (autodoxygenindex|doxygenfunction|doxygenstruct|doxygenclass|doxygennamespace|doxygenconcept|doxygenenum|doxygenenumvalue|doxygentypedef|doxygenunion|doxygendefine|doxygenvariable|doxygenfile|doxygengroup|autodoxygenfile|doxygenpage)::'
content: '[ \S]*'
close: '\n'
# Manual disabling via: #spellcheck-disable
- open : '^.. <!-- spellcheck-disable -->$'
content: '[\s\S]*?'
Expand Down