Replies: 1 comment 2 replies
-
|
No, it has to have the assembly to generate the API info. The XML comments are then merged with that to produce the API documentation. You can produce a help file based on conceptual content alone using the Additional Content Only plug-in but that relies on MAML topics. In theory, a plug-in could perhaps be created that converts the API XML comments to equivalent MAML topics and related content layout file that could then be built. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for a way to generate a document from a xml documentation file without having an assembly.
Is it possible with Sandcastle and if so how?
I tried using the file as document source, but it keeps telling me it requires an assembly or project.
The documentation xml that I have is generated from Microsoft Dynamics Ax code that's why I have no assembly.
Any advice is welcome
Beta Was this translation helpful? Give feedback.
All reactions