Skip to content

Commit cbcb461

Browse files
authored
Correcting links pointing to the wrong place (#545)
This fixes: - D 3.7 `<list>` and moves it below `<include>` to have the index follow the document order (pointed to `<include>`) - D.319 `<value>` (pointed to 3.17 `<typeparam>`)
1 parent 16fdcab commit cbcb461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standard/documentation-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ The documentation generator must accept and process any tag that is valid accord
7272
`<code>` | [§D.3.3](documentation-comments.md#d33-code) | Set one or more lines of source code or program output
7373
`<example>` | [§D.3.4](documentation-comments.md#d34-example) | Indicate an example
7474
`<exception>` | [§D.3.5](documentation-comments.md#d35-exception) | Identifies the exceptions a method can throw
75-
`<list>` | [§D.3.6](documentation-comments.md#d36-include) | Create a list or table
7675
`<include>` | [§D.3.6](documentation-comments.md#d36-include) | Includes XML from an external file
76+
`<list>` | [§D.3.7](documentation-comments.md#d37-list) | Create a list or table
7777
`<para>` | [§D.3.8](documentation-comments.md#d38-para) | Permit structure to be added to text
7878
`<param>` | [§D.3.9](documentation-comments.md#d39-param) | Describe a parameter for a method or constructor
7979
`<paramref>` | [§D.3.10](documentation-comments.md#d310-paramref) | Identify that a word is a parameter name
@@ -85,7 +85,7 @@ The documentation generator must accept and process any tag that is valid accord
8585
`<summary>` | [§D.3.16](documentation-comments.md#d316-summary) | Describe a type or a member of a type
8686
`<typeparam>` | [§D.3.17](documentation-comments.md#d317-typeparam) | Describe a type parameter for a generic type or method
8787
`<typeparamref>` | [§D.3.18](documentation-comments.md#d318-typeparamref) | Identify that a word is a type parameter name
88-
`<value>` | [§D.3.17](documentation-comments.md#d317-typeparam) | Describe a property
88+
`<value>` | [§D.3.19](documentation-comments.md#d319-value) | Describe a property
8989

9090
### D.3.2 \<c\>
9191

0 commit comments

Comments
 (0)