From 5fd5950c9277d5d0bb52e5968dc7d020dbcdd3d8 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 23 Aug 2022 01:31:14 -0400 Subject: [PATCH] Doc: Add hyphenation for top-level doc --- doc/langref.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 0c8f9b0861..2de9db63d1 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -535,8 +535,8 @@ const Timestamp = struct { {#header_close#} {#header_open|Top-Level Doc Comments#}

User documentation that doesn't belong to whatever - immediately follows it, like container level documentation, goes - in top level doc comments. A top level doc comment is one that + immediately follows it, like container-level documentation, goes + in top-level doc comments. A top-level doc comment is one that begins with two slashes and an exclamation point: {#syntax#}//!{#endsyntax#}.

{#code_begin|syntax|tldoc_comments#}