Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Vector methods are missing inheritdoc docs #11494

Open
@gewarren

Description

@gewarren

Describe the issue or suggestion

Some of the APIs in the System.Runtime.Intrinsics namespace are missing XML doc comments, even though they have <inheritdoc /> tags in the source code (example). We should populate the XML files in this folder with the appropriate inherited doc comments from the source code in the dotnet/runtime repo. Don't just insert <inheritdoc /> tags. Instead, to work around this issue, follow the inherit doc chain to find the actual documentation (for example, for Vector512.Max, follow the inheritdoc chain all the way up till ISimdVector<TSelf, T>.Max and copy the summary, parameter docs, returns, and exception docs from there).

Metadata

Metadata

Labels

🗺️ mapQUESTOnly used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.🗺️ reQUESTTriggers an issue to be imported into Quest.area-System.Runtime.IntrinsicsuntriagedNew issue has not been triaged by the area owner

Type

No type

Projects

Status

Slipped

Status

🔖 Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions