Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: doc-guide: mention 'make refcheckdocs'

Add this to the section on fixing warnings.

Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20231022184910.919201-1-vegard.nossum@oracle.com>

authored by

Vegard Nossum and committed by
Jonathan Corbet
40d35bf9 a10874e8

+4
+4
Documentation/doc-guide/contributing.rst
··· 138 138 from the documentation build, then we can start expecting developers to 139 139 avoid adding new ones. 140 140 141 + In addition to warnings from the regular documentation build, you can also 142 + run ``make refcheckdocs`` to find references to nonexistent documentation 143 + files. 144 + 141 145 Languishing kerneldoc comments 142 146 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 143 147