diff options
author | Paolo Bonzini <[email protected]> | 2017-01-02 16:22:27 +0100 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2017-01-04 15:08:14 -0700 |
commit | df31175bb4d372b99410034a8ac23ae5526f49d2 (patch) | |
tree | 40cd025d35f1245875def8fd3b92ed095727ad4e /lib/mpi/mpi-cmp.c | |
parent | 5267dd354bcd267f76d0f97193fe8a93899f8986 (diff) |
kernel-doc: make highlights more homogenous for the various backends
$type_struct_full and friends are only used by the restructuredText
backend, because it needs to separate enum/struct/typedef/union from
the name of the type. However, $type_struct is *also* used by the rST
backend. This is confusing.
This patch replaces $type_struct's use in the rST backend with a new
$type_fallback; it modifies $type_struct so that it can be used in the
rST backend; and creates regular expressions like $type_struct
for enum/typedef/union, for use in all backends.
Note that, compared to $type_*_full, in the new regexes $1 includes both
the "kind" and the name (before, $1 was pretty much a constant).
Signed-off-by: Paolo Bonzini <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions