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 <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/94
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
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