diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2021-03-23 16:52:47 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2021-03-24 14:24:40 +0000 |
commit | b30df2751e581ea24999ff2263df99208b8e3ed3 (patch) | |
tree | 7f06d565f5f5294e5c5182eba3e61a200ed3f86f /docs | |
parent | 01874b15d36e3f9a3506c47941a92ccf8d8bed98 (diff) | |
download | qemu-b30df2751e581ea24999ff2263df99208b8e3ed3.zip |
scripts/kernel-doc: strip QEMU_ from function definitions
Some packaged versions of Sphinx (fedora33/alpine so far) have issues
with the annotated C code that kernel-doc spits out. Without knowing
about things like QEMU_PLUGIN_EXPORT it chokes trying to understand
the code. Evidently this is a problem for the kernel as well as the
long stream of regex substitutions we add to in this patch can attest.
Fortunately we have a fairly common format for all our compiler
shenanigans as applied to functions so lets just filter them all out.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210323165308.15244-2-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions