-
Notifications
You must be signed in to change notification settings - Fork 157
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
One extension members shows four times in docs. #941
Comments
I can somewhat understand why this happend. The I would accept a PR to fix this, but I wonder if we have a special case for a property to begin with. |
Thanks Florian, I thought so too, I am not familiar with the codebase, can you give me a hint where to get started for such a PR? |
I'm less familiar with that part of the codebase, but I would peek at FSharp.Formatting/src/FSharp.Formatting.ApiDocs/GenerateModel.fs Lines 2958 to 3147 in 6b8d5c9
You can probably play with https://fsprojects.github.io/FSharp.Formatting/apidocs.html#Building-library-documentation-programmatically to investigate what happens under the hood. |
I made an extension member called
.Last
withget
andset
for'T[]
.It shows up four times in the generated docs. Can I fix this somehow ?
https://goswinr.github.io/ArrayT/reference/arrayt-autoopenarraytextensions.html
The text was updated successfully, but these errors were encountered: