linuxdoc.lint module

lint

Implementation of the linuxdoc.lintdoc command.

copyright:

Copyright (C) 2023 Markus Heiser

license:

AGPL-3.0-or-later; see LICENSE for details.

The command linuxdoc.lint lint the kernel-doc comments in the source code:

$ linuxdoc.lint --help
linuxdoc.lint.ERR(msg)
linuxdoc.lint.FATAL(msg)
linuxdoc.lint.MSG(msg)
linuxdoc.lint.get_cli()[source]
linuxdoc.lint.lintdoc_file(fname)[source]

lint documentation from fname

linuxdoc.lint.main()[source]