Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing function pointer overloads in documentation #3

Open
petarpetrovt opened this issue Sep 18, 2020 · 0 comments
Open

Missing function pointer overloads in documentation #3

petarpetrovt opened this issue Sep 18, 2020 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation
Milestone

Comments

@petarpetrovt
Copy link
Owner

Currently DefaultDocumentation skips methods if they have function pointer argument. - issue

/// ...docs
public unsafe static void SortDescending<T>(ref T p0, in int length, delegate* managed<T, T, int> comparisonPointer)
{
}
@petarpetrovt petarpetrovt added the bug Something isn't working label Sep 18, 2020
@petarpetrovt petarpetrovt self-assigned this Sep 18, 2020
@petarpetrovt petarpetrovt added this to the vNext milestone Sep 22, 2020
@petarpetrovt petarpetrovt added the documentation Improvements or additions to documentation label Sep 22, 2020
@petarpetrovt petarpetrovt modified the milestones: vNext, v2.0 Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant