Searched hist:eab795ddd84ffdb1c67250062d01a81be20bb208 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | kernel-doc | diff eab795ddd84ffdb1c67250062d01a81be20bb208 Tue Sep 29 14:23:39 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> scripts: kernel-doc: reimplement -nofunction argument
Right now, the build system doesn't use -nofunction, as it is pretty much useless, because it doesn't consider the other output modes (extern, internal), working only with all.
Also, it is limited to exclude functions.
Re-implement it in order to allow excluding any symbols from the document output, no matter what mode is used.
The parameter was also renamed to "-nosymbol", as it express better its meaning.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|