From 7d63c9fa4d7d03c8565d0491e7ff93087b79cc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20Walln=C3=B6fer?= Date: Fri, 1 Aug 2025 08:35:10 +0000 Subject: [PATCH] 8294074: Make other specs more discoverable from the API docs Reviewed-by: mr --- make/Docs.gmk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/make/Docs.gmk b/make/Docs.gmk index 1fcc8575d2c..8b20572cb03 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -236,8 +236,8 @@ define create_overview_file # ifneq ($$($1_GROUPS), ) $1_OVERVIEW_TEXT += \ -

This document is divided into \ - $$(subst 2,two,$$(subst 3,three,$$(words $$($1_GROUPS)))) sections:

\ +

This document has \ + $$(subst 2,two,$$(subst 3,three,$$(words $$($1_GROUPS)))) major sections:

\
\ # $1_OVERVIEW_TEXT += $$(foreach g, $$($1_GROUPS), \ @@ -246,7 +246,10 @@ define create_overview_file ) $1_OVERVIEW_TEXT += \
\ - # +

Related documents specify the Java \ + programming language, the Java Virtual Machine, various protocols and file \ + formats pertaining to the Java platform, and tools included in the JDK.

\ + # endif $1_OVERVIEW_TEXT += \ \