如何在没有文档源的情况下使用 Sandcastle Help File Builder 生成文档?
我希望能够使用 Sandcastle 从现有主题文件 (.AML) 生成帮助文档。我使用 Sandcastle Help File Builder 来协助配置和生成文档。
我不想发布任何代码文档,但是,如果我不指定文档源(例如项目、解决方案、dll、exe 等),则构建会失败。
如何配置 Sandcastle Help File Builder,以便在不公开代码文档的情况下生成文档?
I want to be able to generate help documentation from existing topic files (.AML) using Sandcastle. I use Sandcastle Help File Builder to assist the with the configuration and generatation of the documentation.
I do not want to publish any code documentation, however, if I do not specify a Documentation Source (e.g., project, solution, dll, exe, etc.) then the build fails.
How can I configure Sandcastle Help File Builder such that I can generate documentation without exposing the code documentation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是通过启用仅附加内容插件来完成的。 这可以在项目属性的 PlugInConfigurations 中找到。只需添加此插件即可产生所需的输出。
This is accomplished by enabling the Additional Content Only Plugin. This can be found in PlugInConfigurations in the Project Properties. Simply adding this plugin produces the desired output.