commit | 344fdb28a0dfac2e42925f149029748b34d2effa | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Fri Jun 21 17:34:30 2019 -0600 |
committer | Jonathan Corbet <corbet@lwn.net> | Wed Jun 26 11:14:15 2019 -0600 |
tree | f6cd6ae03338c4e869a13bd56b1fb8d07e9f2860 | |
parent | 9c79df7f0312e883f17a7b1c2352d1511362354c [diff] |
kernel-doc: Don't try to mark up function names We now have better automarkup in sphinx itself and, besides, this markup was incorrect and left :c:func: gunk in the processed docs. Sort of discouraging that nobody ever noticed...:) As a first step toward the removal of impenetrable regex magic from kernel-doc it's a tiny one, but you have to start somewhere. Signed-off-by: Jonathan Corbet <corbet@lwn.net>