Re: [Issue] sphinx: incorrect high-lighting
Jonathan Corbet <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.workflows |
|---|---|
| Message-ID | <[email protected]> |
Manuel Ebner <[email protected]> writes: > It would be this list: > Skipidentifiers = [ 'and', 'are', 'as', 'containing', 'element', 'in', > 'including', 'is', 'name', 'needs', 'of', 'or', 'page', > 'pages', 'passed', 'randomization', 'request', 'that', > 'to', 'where', 'which', 'whose', 'will' ] So this is an error-prone game of whac-a-mole...as Randy pointed out, "struct page" is a rather important one in the kernel. I can apply your updated version of this as a short-term fix, I guess, but a better solution is probably to only apply markup to "struct foo" if we have documentation for that type. I can look into that later. jon