简体   繁体   English

DocFX文档缺少事件参数

[英]DocFX Documentation Missing for Event Parameters

I'm using DocFX framework to generate documentation for my .NET DLL. 我正在使用DocFX框架为.NET DLL生成文档。 It gives a great experience with customization. 它提供了很棒的定制体验。 However I'm just stuck with the fact that my public VB Events are included in documentation but the information related to parameters is missing. 但是,我只是坚持我的公开VB事件包含在文档中,但是缺少与参数有关的信息这一事实。

For example for a method the documentation looks like: 例如,一种方法的文档如下所示:

MethodName 方法名

Some Description... 一些说明...

Declaration 宣言

Declaration Information 报关资料

Parameters 参数

A table listing all parameters, with type, name and description columns 列出所有参数的表格,其中包含类型,名称和描述列

However, for events with parameters, the table listing all parameters along with information is missing. 但是,对于带有参数的事件,缺少列出所有参数和信息的表。

Any solution or workaround would be highly appreciated. 任何解决方案或解决方法将不胜感激。

Actually, this information is shown, but not in the same page. 实际上,此信息已显示,但不在同一页面上。 For example, you can see eat event in this page . 例如,您可以在此页面中查看eat事件。 Although parameters don't show, you can click on the Type EventHandler to see the parameters in this delegate page , where you can know its parameters are object sender, EventArgs e. 尽管未显示参数,但您可以单击Type EventHandler类型以在此委托页面上查看参数,在该页面中您可以知道其参数是对象发送者EventArgs e。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM