我正在使用DocFx在Visual Studio 2015中自动生成文档.
根据入门说明,我添加了一个空的ASP.NET 4 Web应用程序,并使用Nuget控制台安装DocFx构建包(例如Install-Package docfx.msbuild).我构建了网站,它为项目中的代码生成了文档.
Install-Package docfx.msbuild
我想知道如何配置docfx.json以使DocFx在解决方案中的其他项目中记录代码.
documentation-generation docfx
docfx ×1
documentation-generation ×1