NDOC3 的文档

发布于 2024-09-04 06:38:34 字数 84 浏览 3 评论 0原文

我正在使用 NDOC3 编写项目文档。

尝试记录第 3 方 DLL 时构建失败(因为我没有它们的 xml 文档)。 我该如何解决这个问题?

I am working on a project documentation using NDOC3.

The build fails when trying to document 3rd party DLLs (because I do not have the xml documentation for them).
How could I address this issue ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆沫 2024-09-11 06:38:34

如果没有第 3 方 DLL,则无法进行记录,因为 NDoc 首先通过反射加载所有内容,然后检查 XML 文件以匹配类型。因此,它需要所有依赖项才能使反射加载成功。

There's no way of documenting without the 3rd party DLLs, as NDoc loads everything via reflection first, then inspects the XML file to match the types. So it needs all dependencies in order for the reflection loading to be successful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文