From 72b6105518afd82e01abe946ba5867f98d6be37a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 5 Jan 2024 00:01:23 -0500 Subject: newlib: docs: add "Function " to every function node When creating a split manual with one-node-per-page, the main index.html ends up getting clobbered by the page for the index() function because it uses "@node index" which, for html, also creates an index.html page. To remedy this, add "Function " to every function node so now we output "Function-index.html" and avoid clobbering. It also namespaces every other function and helps make sure we don't clobber anything else. Otherwise, there isn't really much rendering difference as @node text is mostly internal. Node title text comes from @section instead. --- newlib/doc/doc.str | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/doc') diff --git a/newlib/doc/doc.str b/newlib/doc/doc.str index b0bfc9ea4..52d41f245 100644 --- a/newlib/doc/doc.str +++ b/newlib/doc/doc.str @@ -75,7 +75,7 @@ ; : FUNCTION - "@node " - a + "@node Function " - a skip_past_newline copy_past_newline dup - a x x -- cgit v1.2.3