Skip to content

Missing function pointer overloads in documentation #3

@petarpetrovt

Description

@petarpetrovt

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)
{
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions