]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'kerneldoc2' into docs-next
authorJonathan Corbet <corbet@lwn.net>
Tue, 20 Feb 2018 19:29:50 +0000 (12:29 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 20 Feb 2018 19:29:50 +0000 (12:29 -0700)
commit4978c282d40febff54eb255847a976f098109be4
tree80023f86e4ec878bee2a236f8a93f7ec8f93f88d
parent4d48b02262b03fa6658939b300bf655c01d42306
parentf0063bffca744fc4a80fc256cc08382dac0214b4
Merge branch 'kerneldoc2' into docs-next

So once upon a time I set out to fix the problem reported by Tobin wherein
a literal block within a kerneldoc comment would be corrupted in
processing.  On the way, though, I got annoyed at the way I have to learn
how kernel-doc works from the beginning every time I tear into it.

As a result, seven of the following eight patches just get rid of some dead
code and reorganize the rest - mostly turning the 500-line process_file()
function into something a bit more rational.  Sphinx output is unchanged
after these are applied.  Then, at the end, there's a tweak to stop messing
with literal blocks.

If anybody was unaware that I've not done any serious Perl since the
1990's, they will certainly understand that fact now.
scripts/kernel-doc