diff options
author | Jonathan Corbet | 2019-06-28 09:02:55 -0600 |
---|---|---|
committer | Jonathan Corbet | 2019-06-28 09:02:55 -0600 |
commit | 8abc2a12c83b42cba6e7ac38cf6178585ae1783e (patch) | |
tree | 50fcf5a0ac277d98d22d67aaeb243d9e85c90bc6 /scripts | |
parent | 49872a1cfceae38a98ee690e6c860d1cf628364e (diff) | |
parent | d9d7c0c497b8e2ffd9fe26cc96a49ed2d69d8b75 (diff) |
Merge branch 'automarkup' into docs-next
Bring in (finally) automatic markup of function() so we need not load up
our docs with ugly c:func: annotations.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kernel-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index c0cb41e65b9b..6b03012750da 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -249,7 +249,7 @@ my @highlights_rst = ( [$type_member_func, "\\:c\\:type\\:`\$1\$2\$3\\\\(\\\\) <\$1>`"], [$type_member, "\\:c\\:type\\:`\$1\$2\$3 <\$1>`"], [$type_fp_param, "**\$1\\\\(\\\\)**"], - [$type_func, "\\:c\\:func\\:`\$1()`"], + [$type_func, "\$1()"], [$type_enum, "\\:c\\:type\\:`\$1 <\$2>`"], [$type_struct, "\\:c\\:type\\:`\$1 <\$2>`"], [$type_typedef, "\\:c\\:type\\:`\$1 <\$2>`"], |