Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 GhostDoc 中构建帮助文件。它只让我可以选择记录整个项目。我只想记录项目中的子文件夹。我怎样才能做到这一点?
我看不到选择子文件夹的选项。如果我右键单击一个项目,则不会出现任何选项。有谁知道如何只记录一个子文件夹?
虽然 GhostDoc 不直接支持文件夹的帮助文档,但您应该尝试一种解决方法。
您可以在该文件夹下所有源文件的命名空间顶部添加一个标签,类似于
<tags>MyFolderDocs</tags
然后在屏幕截图的“帮助配置”窗口的“标记为”过滤器中列出 MyFolderDocs。
我希望这有帮助。