File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ Identifiers in documentation comments that are function parameters or are
546
546
names that are in scope at the associated declaration are emphasized in
547
547
the output.
548
548
This emphasis can take the form of italics, boldface, a hyperlink, etc.
549
- How it is emphasized depends on what it is — a function parameter, type,
549
+ How it is emphasized depends on what it is $(MDASH) a function parameter, type,
550
550
D keyword, etc.
551
551
To prevent unintended emphasis of an identifier, it can be preceded by
552
552
an underscore ($(UNDERSCORE)). The underscore will be stripped from the output.
@@ -557,7 +557,7 @@ $(H3 $(LNAME2 urls, URLs))
557
557
$(P
558
558
URLs are sequences of characters starting with 'http://' or 'https://',
559
559
continue with one or more characters from the set of letters, digits and
560
- ' -_?=%&/+#~.' , and contain at least one '.' .
560
+ ` -_?=%&/+#~.` , and contain at least one `.` .
561
561
URL recognition happens before all macro text substitution.
562
562
The URL is wrapped with a `$(DOLLAR)(LINK)` macro.
563
563
The $(LINK2 #emphasis, underscore prefix processing) is not done for URL text.
You can’t perform that action at this time.
0 commit comments