@@ -204,6 +204,10 @@ a line immediately followed by a ':'. This name forms the section name.
204
204
The section name is not case sensitive.
205
205
)
206
206
207
+ $(P
208
+ Section names starting with 'http://' or 'https://' are not recognized as section names.
209
+ )
210
+
207
211
$(H4 $(LNAME2 summary, Summary))
208
212
209
213
$(P
@@ -544,12 +548,23 @@ Identifiers in documentation comments that are function parameters or are
544
548
names that are in scope at the associated declaration are emphasized in
545
549
the output.
546
550
This emphasis can take the form of italics, boldface, a hyperlink, etc.
547
- How it is emphasized depends on what it is - a function parameter, type,
551
+ How it is emphasized depends on what it is $(MDASH) a function parameter, type,
548
552
D keyword, etc.
549
553
To prevent unintended emphasis of an identifier, it can be preceded by
550
554
an underscore ($(UNDERSCORE)). The underscore will be stripped from the output.
551
555
)
552
556
557
+ $(H3 $(LNAME2 urls, URLs))
558
+
559
+ $(P
560
+ URLs are sequences of characters starting with 'http://' or 'https://',
561
+ continue with one or more characters from the set of letters, digits and
562
+ `-_?=%&/+#~.`, and contain at least one period.
563
+ URL recognition happens before all macro text substitution.
564
+ The URL is wrapped with a `$(DOLLAR)(LINK)` macro.
565
+ The $(LINK2 #emphasis, underscore prefix processing) is not done for URL text.
566
+ )
567
+
553
568
$(H3 $(LNAME2 character_entities, Character Entities))
554
569
555
570
$(P
0 commit comments