如何使用 Sandcastle 构建 HTML 文档

发布于 2024-09-16 19:23:56 字数 78 浏览 5 评论 0原文

如何使用 Sandcastle 构建 CHM / HTML 文档?可以从 XML 构建 HTML 文件还是必须使用 .cs 和 dll 文件?

How to build CHM / HTML Documentation with Sandcastle? Can build HTML file from XML or have to used .cs and dll files?

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

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

发布评论

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

评论(2

吻泪 2024-09-23 19:23:56

如何使用 Sandcastle 构建 CHM / HTML 文档?

使用Sandcastle 帮助文件生成器

可以从 XML 构建 HTML 文件还是必须使用 .cs 和 dll 文件?

我认为它使用 *.dll*.xml (两者一起)作为输入。 SHFB 文档中的“提示”之一说:

“当选择程序集或 XML 注释文件时,帮助文件生成器将自动为您添加合作伙伴文件(即,名称相似的程序集的 XML 注释文件或也可以一次性选择并添加多个文件,或者从 Windows 资源管理器中将其拖放到文档源节点上。”

How to build CHM / HTML Documentation with Sandcastle?

Use the Sandcastle Help File Builder.

Can build HTML file from XML or have to used .cs and dll files?

I think it uses the *.dll and the *.xml (both together) as input. One of the 'tips' in the SHFB documentation says,

"When selecting either an assembly or an XML comments file, the help file builder will automatically add the partner file for you (i.e. the XML comments file for the like-named assembly or the assembly for the like-named comments file). Multiple files can also be selected and added in one go or dragged from Windows Explorer and dropped on the Documentation Sources node."

指尖上的星空 2024-09-23 19:23:56

Sandcastle 使用 dll 来生成文档。它还需要由 Visual Studio 构建代码注释中的 xml。为此,基本上从项目构建属性中选择输出 XML,然后在 SandCastle 帮助文件生成器中打开 csproj(您的 VS 项目)。

Sandcastle uses dll to generate documentation. It also needs the xml from code comments to be build by visual studio. To do that, basically select output XML from your project build properties and then open the csproj (your VS project) in SandCastle Help file builder.

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