From: Emil Velikov Date: Mon, 2 Sep 2024 22:20:18 +0000 (+0100) Subject: libkmod/docs: remove non-applicable __must_check X-Git-Tag: v34~450 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eee77873f76f5ad0b3185df40156db50449b6c1;p=thirdparty%2Fkmod.git libkmod/docs: remove non-applicable __must_check Drop the __must_check from ignore-decorations, since it's nowhere to be found. The correct name is _must_check_, although amongst others the decoration is only for the internal API. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/94 Signed-off-by: Lucas De Marchi --- diff --git a/libkmod/docs/Makefile.am b/libkmod/docs/Makefile.am index 2e9d358c..a655be49 100644 --- a/libkmod/docs/Makefile.am +++ b/libkmod/docs/Makefile.am @@ -9,7 +9,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml DOC_SOURCE_DIR = $(top_srcdir)/libkmod -SCAN_OPTIONS = --ignore-decorators="__must_check|KMOD_EXPORT" +SCAN_OPTIONS = --ignore-decorators="KMOD_EXPORT" MKDB_OPTIONS = --xml-mode --output-format=xml --name-space kmod