api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

mdoc lang F# sigs fail for ref types

Open lobrien opened this issue 6 years ago • 1 comments

mdoc lang F# sigs are failing on reference arguments. In the attached image, you can see a failure for:

 <MemberSignature Language="DocId" Value="M:AudioToolbox.AudioFile.ReadPacketData(System.Boolean,System.Int64,System.Int32@,System.Byte[],System.Int32,System.Int32@)" />

Which ends up with two missing arguments :

bool * int64 * {BLANK} * byte[] * int * {BLANK}-> returnType

I think ref args should be byRef<T> but am not 100% https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/byrefs napkin 6 02-15-19 11 55 35 am

lobrien avatar Feb 15 '19 21:02 lobrien

We need to check if this issue has already been resolved by this PR: https://github.com/mono/api-doc-tools/pull/332

joelmartinez avatar Mar 21 '19 19:03 joelmartinez