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 @@ -72,8 +72,8 @@ The documentation generator must accept and process any tag that is valid accord
72
72
` <code> ` | [ §D.3.3] ( documentation-comments.md#d33-code ) | Set one or more lines of source code or program output
73
73
` <example> ` | [ §D.3.4] ( documentation-comments.md#d34-example ) | Indicate an example
74
74
` <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
76
75
` <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
77
77
` <para> ` | [ §D.3.8] ( documentation-comments.md#d38-para ) | Permit structure to be added to text
78
78
` <param> ` | [ §D.3.9] ( documentation-comments.md#d39-param ) | Describe a parameter for a method or constructor
79
79
` <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
85
85
` <summary> ` | [ §D.3.16] ( documentation-comments.md#d316-summary ) | Describe a type or a member of a type
86
86
` <typeparam> ` | [ §D.3.17] ( documentation-comments.md#d317-typeparam ) | Describe a type parameter for a generic type or method
87
87
` <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
89
89
90
90
### D.3.2 \< c\>
91
91
You can’t perform that action at this time.
0 commit comments