authorgravatar for whh8b@obs.crWill Hawkins <whh8b@obs.cr> 2022-08-23 01:31:14-04:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2022-08-24 20:00:46+03:00
log5fd5950c9277d5d0bb52e5968dc7d020dbcdd3d8
tree1b9b2d10f6b5e24273e0accad4768cc51008d462
parent5696cc8ab65370e3c8d63a7d26fd5346db9cc25f

Doc: Add hyphenation for top-level doc


1 files changed, 2 insertions(+), 2 deletions(-)

doc/langref.html.in+2-2
...@@ -535,8 +535,8 @@ const Timestamp = struct {...@@ -535,8 +535,8 @@ const Timestamp = struct {
535 {#header_close#}535 {#header_close#}
536 {#header_open|Top-Level Doc Comments#}536 {#header_open|Top-Level Doc Comments#}
537 <p>User documentation that doesn't belong to whatever537 <p>User documentation that doesn't belong to whatever
538 immediately follows it, like container level documentation, goes538 immediately follows it, like container-level documentation, goes
539 in top level doc comments. A top level doc comment is one that539 in top-level doc comments. A top-level doc comment is one that
540 begins with two slashes and an exclamation point:540 begins with two slashes and an exclamation point:
541 {#syntax#}//!{#endsyntax#}.</p>541 {#syntax#}//!{#endsyntax#}.</p>
542 {#code_begin|syntax|tldoc_comments#}542 {#code_begin|syntax|tldoc_comments#}