Ndoc:方法内的标签 [英] Ndoc: tags inside the methods

查看:55
本文介绍了Ndoc:方法内的标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我在NDoc用户邮件列表上发布了这个问题,但它看起来像

a死清单(10天没有消息!)。 />

我想在以下方法中使用NDoc标签或自定义标签:

void Mymethod(){

... ..

< mytag> ...< / mytag>

....

}

NDoc为方法之外的标签生成文档,但不为内部的

标签生成文档。我没有看到任何记录器允许我这样做。


有什么想法吗?


谢谢

Julien

Hello,
I posted this question on the NDoc-user mailing list, but it looks like
a dead list (no messages for 10 days!).

I''d like to use NDoc tags or custom tags inside methods like:
void Mymethod() {
.....
<mytag>...</mytag>
....
}

NDoc generates documentation for tags outside the methods, but not for
tags inside. I didn''t see any documenter that would allow me to do that.

Any idea?

Thanks
Julien

推荐答案

2005年4月29日星期五23:45:33 -0400,julien< ju **** @ sobrier.net> ;写道:
On Fri, 29 Apr 2005 23:45:33 -0400, julien <ju****@sobrier.net> wrote:
您好,
我在NDoc用户邮件列表上发布了这个问题,但看起来像是一个死人名单(10天没有消息! )。


尝试在NDF的SourceForge论坛上发帖,他们总是由开发人员监控。

我'' d喜欢在以下方法中使用NDoc标签或自定义标签:
void Mymethod(){
....
< mytag> ...< / mytag>
......

NDoc为方法之外的标签生成文档,但不为内部的
标签生成文档。我没有看到任何记录器允许我这样做。
Hello,
I posted this question on the NDoc-user mailing list, but it looks like
a dead list (no messages for 10 days!).
Try posting to the SourceForge forums for NDoc, they''re always
monitored by the developers.
I''d like to use NDoc tags or custom tags inside methods like:
void Mymethod() {
....
<mytag>...</mytag>
...
}

NDoc generates documentation for tags outside the methods, but not for
tags inside. I didn''t see any documenter that would allow me to do that.




这是不可能的。 NDoc只处理由

C#编译器创建的XML文件,而C#编译器只提取由C#标准指定的XML注释 - 在顶部方法或类。


您可以编写自己的源代码处理器,将这些内联的

注释混合到编译器生成的XML文件中,但是...... br />
-
http://www.kynosarges.de


julien写道:
您好,
我在NDoc用户邮件列表上发布了这个问题,但它看起来像
一个死亡列表(10天没有消息!)。

我想在以下方法中使用NDoc标签或自定义标签:
void Mymethod(){
.....
< mytag> ...< / mytag>
....

NDoc为标签生成文档方法之外,但不是内部的
标签。我没有看到任何可以让我这样做的文件。

任何想法?

谢谢
Julien
Hello,
I posted this question on the NDoc-user mailing list, but it looks like
a dead list (no messages for 10 days!).

I''d like to use NDoc tags or custom tags inside methods like:
void Mymethod() {
.....
<mytag>...</mytag>
....
}

NDoc generates documentation for tags outside the methods, but not for
tags inside. I didn''t see any documenter that would allow me to do that.

Any idea?

Thanks
Julien




尝试使用自定义属性。



Try to use custom attributes.


2005年4月30日星期六14:08:05 +0400,Gelios< ge **** @ rbcmail.ru>写道:
On Sat, 30 Apr 2005 14:08:05 +0400, Gelios <ge****@rbcmail.ru> wrote:
尝试使用自定义属性。




你确定这个回复与这个问题有关吗? br />
-
http://www.kynosarges.de


这篇关于Ndoc:方法内的标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆