]> git.ipfire.org Git - thirdparty/linux.git/commit
scsi: driver-api: documentation: Change what is added to docbook
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 18 Dec 2024 00:07:48 +0000 (16:07 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 10 Jan 2025 20:15:25 +0000 (15:15 -0500)
commitdefb7541dac0e0da862421297685425ab9ee89b2
tree0977f6a3129e126f424f4ba740f6293a571ab624
parentd4842e578771bc907511c424492513aa5c224082
scsi: driver-api: documentation: Change what is added to docbook

For scsi_devinfo.c, use :export: so that exported symbols are put into the
docbook. Drop :internal: -- they aren't needed in the docbook.

For scsi_proc.c, drop :internal:. This will cause all documented private
(as is already done) and exported symbols to be added to the docbook.

For scsi_scan.c, switch from :internal: to :export: so that exported
symbols are put into the generated docbook.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20241218000748.932850-1-rdunlap@infradead.org
Cc: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Documentation/driver-api/scsi.rst