docs/doc-guide: Put meta title for kernel-doc HTML page
authorAkira Yokosawa <akiyks@gmail.com>
Thu, 9 Jun 2022 13:28:40 +0000 (22:28 +0900)
committerJonathan Corbet <corbet@lwn.net>
Mon, 27 Jun 2022 22:24:40 +0000 (16:24 -0600)
kernel-doc.rst has two 1st level section titles of "Writing
kernel-doc comments" and "Including kernel-doc comments".

Therefore, rather than using the first one, put a meta title
of "Kernel-doc comments" for the title of the resulting HTML
page by using the "title" directive.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Link: https://lore.kernel.org/r/15636c13-7fa2-f973-6d3d-361222b839ef@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/doc-guide/kernel-doc.rst

index a7cb2afd799007a888d1ee5d3f528299d5857c73..9c779bd7a751d37fb9c739bb86a80c81059155b5 100644 (file)
@@ -1,3 +1,5 @@
+.. title:: Kernel-doc comments
+
 ===========================
 Writing kernel-doc comments
 ===========================