删除Sandcastle中的命名空间前缀

时间:2009-05-15 18:35:32

标签: .net namespaces sandcastle

我有一个包含长命名空间的大项目,比如

CompanyName.Product.Component.Class

使用Sandcastle为命名空间构建文档,但这些长命名空间确实搞砸了最终chm文件中内容窗格的显示。如何让它至少在Treeview面板中显示Component.Class

和/或者可能有CompanyName作为扩展到Product的根节点,然后扩展到Component,扩展到Component下的所有名称空间?

0 个答案:

没有答案