Skip to content

Commit c249241

Browse files
committed
servo: Merge #18924 - Fix commonmark Markdown warnings in docs, part 1 (from mbrubeck:doc); r=Manishearth
Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they are doc formatting changes only Source-Repo: https://github.com/servo/servo Source-Revision: 0e62a5829b7c29ae2667a21a439aff1e89201bf3 UltraBlame original commit: 27bc43d5d11ced40c6014d9055825993935d185e
1 parent 81cbb6d commit c249241

File tree

15 files changed

+167
-0
lines changed

15 files changed

+167
-0
lines changed

servo/components/script/dom/document.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12825,6 +12825,7 @@ instead
1282512825
/
1282612826
/
1282712827
/
12828+
<
1282812829
https
1282912830
:
1283012831
/
@@ -12840,6 +12841,7 @@ servo
1284012841
issues
1284112842
/
1284212843
16027
12844+
>
1284312845
/
1284412846
/
1284512847
/

servo/components/script/dom/element.rs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15361,6 +15361,7 @@ height
1536115361
/
1536215362
/
1536315363
/
15364+
<
1536415365
https
1536515366
:
1536615367
/
@@ -15381,6 +15382,7 @@ widl
1538115382
Element
1538215383
-
1538315384
innerHTML
15385+
>
1538415386
fn
1538515387
GetInnerHTML
1538615388
(
@@ -15477,6 +15479,7 @@ qname
1547715479
/
1547815480
/
1547915481
/
15482+
<
1548015483
https
1548115484
:
1548215485
/
@@ -15497,6 +15500,7 @@ widl
1549715500
Element
1549815501
-
1549915502
innerHTML
15503+
>
1550015504
fn
1550115505
SetInnerHTML
1550215506
(
@@ -20860,6 +20864,7 @@ events
2086020864
/
2086120865
/
2086220866
/
20867+
<
2086320868
https
2086420869
:
2086520870
/
@@ -20884,6 +20889,7 @@ click
2088420889
activation
2088520890
-
2088620891
steps
20892+
>
2088720893
/
2088820894
/
2088920895
/
@@ -21477,6 +21483,7 @@ IN_ACTIVE_STATE
2147721483
/
2147821484
/
2147921485
/
21486+
<
2148021487
https
2148121488
:
2148221489
/
@@ -21497,6 +21504,7 @@ concept
2149721504
selector
2149821505
-
2149921506
active
21507+
>
2150021508
pub
2150121509
fn
2150221510
set_active_state
@@ -21945,6 +21953,7 @@ value
2194521953
/
2194621954
/
2194721955
/
21956+
<
2194821957
https
2194921958
:
2195021959
/
@@ -21959,6 +21968,7 @@ org
2195921968
/
2196021969
#
2196121970
connected
21971+
>
2196221972
pub
2196321973
fn
2196421974
is_connected
@@ -22369,6 +22379,7 @@ value
2236922379
/
2237022380
/
2237122381
/
22382+
<
2237222383
https
2237322384
:
2237422385
/
@@ -22387,6 +22398,7 @@ attribute
2238722398
is
2238822399
-
2238922400
set
22401+
>
2239022402
Set
2239122403
(
2239222404
Option
@@ -22408,6 +22420,7 @@ removed
2240822420
/
2240922421
/
2241022422
/
22423+
<
2241122424
https
2241222425
:
2241322426
/
@@ -22426,6 +22439,7 @@ attribute
2242622439
is
2242722440
-
2242822441
removed
22442+
>
2242922443
Removed
2243022444
}
2243122445
impl

servo/components/script/dom/htmlanchorelement.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4446,6 +4446,7 @@ bool
44464446
/
44474447
/
44484448
/
4449+
<
44494450
https
44504451
:
44514452
/
@@ -4484,6 +4485,7 @@ browsing
44844485
context
44854486
-
44864487
name
4488+
>
44874489
fn
44884490
is_current_browsing_context
44894491
(
@@ -4512,6 +4514,7 @@ _self
45124514
/
45134515
/
45144516
/
4517+
<
45154518
https
45164519
:
45174520
/
@@ -4532,6 +4535,7 @@ following
45324535
hyperlinks
45334536
-
45344537
2
4538+
>
45354539
pub
45364540
fn
45374541
follow_hyperlink

servo/components/script/dom/htmlinputelement.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4123,6 +4123,7 @@ group
41234123
/
41244124
/
41254125
/
4126+
<
41264127
https
41274128
:
41284129
/
@@ -4147,6 +4148,7 @@ form
41474148
data
41484149
-
41494150
set
4151+
>
41504152
/
41514153
/
41524154
/

servo/components/script/dom/htmllinkelement.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,7 @@ HTMLLinkElement
17761776
/
17771777
/
17781778
/
1779+
<
17791780
https
17801781
:
17811782
/
@@ -1796,6 +1797,7 @@ concept
17961797
link
17971798
-
17981799
obtain
1800+
>
17991801
fn
18001802
handle_stylesheet_url
18011803
(

servo/components/selectors/parser.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ See
518518
/
519519
/
520520
/
521+
<
521522
https
522523
:
523524
/
@@ -535,6 +536,7 @@ rust
535536
issues
536537
/
537538
26925
539+
>
538540
pub
539541
trait
540542
SelectorImpl

servo/components/style/counter_style/mod.rs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@ counter_style_descriptors
15191519
/
15201520
/
15211521
/
1522+
<
15221523
https
15231524
:
15241525
/
@@ -1541,6 +1542,7 @@ counter
15411542
style
15421543
-
15431544
system
1545+
>
15441546
"
15451547
system
15461548
"
@@ -1559,6 +1561,7 @@ Symbolic
15591561
/
15601562
/
15611563
/
1564+
<
15621565
https
15631566
:
15641567
/
@@ -1581,6 +1584,7 @@ counter
15811584
style
15821585
-
15831586
negative
1587+
>
15841588
"
15851589
negative
15861590
"
@@ -1612,6 +1616,7 @@ None
16121616
/
16131617
/
16141618
/
1619+
<
16151620
https
16161621
:
16171622
/
@@ -1634,6 +1639,7 @@ counter
16341639
style
16351640
-
16361641
prefix
1642+
>
16371643
"
16381644
prefix
16391645
"
@@ -1660,6 +1666,7 @@ to_owned
16601666
/
16611667
/
16621668
/
1669+
<
16631670
https
16641671
:
16651672
/
@@ -1682,6 +1689,7 @@ counter
16821689
style
16831690
-
16841691
suffix
1692+
>
16851693
"
16861694
suffix
16871695
"
@@ -1709,6 +1717,7 @@ to_owned
17091717
/
17101718
/
17111719
/
1720+
<
17121721
https
17131722
:
17141723
/
@@ -1731,6 +1740,7 @@ counter
17311740
style
17321741
-
17331742
range
1743+
>
17341744
"
17351745
range
17361746
"
@@ -1762,6 +1772,7 @@ auto
17621772
/
17631773
/
17641774
/
1775+
<
17651776
https
17661777
:
17671778
/
@@ -1784,6 +1795,7 @@ counter
17841795
style
17851796
-
17861797
pad
1798+
>
17871799
"
17881800
pad
17891801
"
@@ -1814,6 +1826,7 @@ to_owned
18141826
/
18151827
/
18161828
/
1829+
<
18171830
https
18181831
:
18191832
/
@@ -1836,6 +1849,7 @@ counter
18361849
style
18371850
-
18381851
fallback
1852+
>
18391853
"
18401854
fallback
18411855
"
@@ -1890,6 +1904,7 @@ decimal
18901904
/
18911905
/
18921906
/
1907+
<
18931908
https
18941909
:
18951910
/
@@ -1914,6 +1929,7 @@ counter
19141929
style
19151930
-
19161931
symbols
1932+
>
19171933
"
19181934
symbols
19191935
"
@@ -1927,6 +1943,7 @@ Symbols
19271943
/
19281944
/
19291945
/
1946+
<
19301947
https
19311948
:
19321949
/
@@ -1953,6 +1970,7 @@ style
19531970
additive
19541971
-
19551972
symbols
1973+
>
19561974
"
19571975
additive
19581976
-
@@ -1968,6 +1986,7 @@ AdditiveSymbols
19681986
/
19691987
/
19701988
/
1989+
<
19711990
https
19721991
:
19731992
/
@@ -1992,6 +2011,7 @@ style
19922011
speak
19932012
-
19942013
as
2014+
>
19952015
"
19962016
speak
19972017
-

0 commit comments

Comments
 (0)