0

I try to generate API documentation for project that has include tags in triple-slash comments using DocFX.

Included content present in Visual Studio IntelliSense and in documentation that is generated by SandCastle, but it is missing in documentation produced by DocFX.

Does DocFX support /// <include file='ExtDocs.xml' path='...some xpath...'/> syntax?

1 Answers1

0

DocFX doesn't guarantee to support all the SandCastle syntax, and include is not supported for now.

The feature request to DocFX: https://github.com/dotnet/docfx/issues/2328

Konard
  • 2,298
  • 28
  • 21
Yuby
  • 808
  • 7
  • 19