提交 e9495ba1 编写于 作者: V Vasily Kirichenko 提交者: Kevin Ransom

fix xml doc for overloads (#6246)

上级 6122d6a3
......@@ -650,7 +650,10 @@ module internal SymbolHelpers =
let mutable ToolTipFault = None
let GetXmlCommentForMethInfoItem infoReader m d (minfo: MethInfo) =
GetXmlCommentForItemAux (if minfo.HasDirectXmlComment || minfo.XmlDoc.NonEmpty then Some minfo.XmlDoc else None) infoReader m d
if minfo.HasDirectXmlComment || minfo.XmlDoc.NonEmpty then
GetXmlCommentForItemAux (Some minfo.XmlDoc) infoReader m d
else
mkXmlComment (GetXmlDocSigOfMethInfo infoReader m minfo)
let FormatTyparMapping denv (prettyTyparInst: TyparInst) =
[ for (tp, ty) in prettyTyparInst ->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册