Skip to content

Commit 15bc460

Browse files
authored
uri: Reorder classes (#5469)
This reorders the classes within the URI documentation to list the two URI implementations first, then the UriComparisonMode enum and lastly the Exceptions and Exception-related classes.
1 parent b6e9565 commit 15bc460

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

reference/uri/book.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@
2121
</simpara>
2222
</preface>
2323

24-
&reference.uri.uri.invaliduriexception;
25-
&reference.uri.uri.uricomparisonmode;
26-
&reference.uri.uri.urierror;
27-
&reference.uri.uri.uriexception;
28-
2924
&reference.uri.uri.rfc3986.uri;
3025

31-
&reference.uri.uri.whatwg.invalidurlexception;
3226
&reference.uri.uri.whatwg.url;
27+
28+
&reference.uri.uri.uricomparisonmode;
29+
30+
&reference.uri.uri.uriexception;
31+
&reference.uri.uri.urierror;
32+
&reference.uri.uri.invaliduriexception;
33+
&reference.uri.uri.whatwg.invalidurlexception;
3334
&reference.uri.uri.whatwg.urlvalidationerror;
3435
&reference.uri.uri.whatwg.urlvalidationerrortype;
3536
</book>

0 commit comments

Comments
 (0)