The automarkup extension incorrectly recognizes common English words as C identifiers when they follow struct/union/enum/typedef keywords, causing normal text like "... (a simple) struct that" (in `workqueue.rst`) to be rendered as code blocks. This patch adds Skipidentifiers list to filter out these words. Signed-off-by: Yulong Han <wheatfox17@icloud.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260125124450.2005006-1-wheatfox17@icloud.com> |
||
|---|---|---|
| .. | ||
| templates | ||
| automarkup.py | ||
| kernel_abi.py | ||
| kernel_feat.py | ||
| kernel_include.py | ||
| kerneldoc-preamble.sty | ||
| kerneldoc.py | ||
| kfigure.py | ||
| maintainers_include.py | ||
| min_requirements.txt | ||
| parser_yaml.py | ||
| requirements.txt | ||
| rstFlatTable.py | ||
| translations.py | ||