Search code examples
unity-game-enginemonomonodevelopxml-documentation

XSL Templates for XML Documentation in MonoDevelop


I am using MonoDevelop with the Unity 3D engine and have created a class library. I have added XML document comments above each function, etc.

Generating the XML data file was quite easy, but are there any default XSLT templates that I can use? I have seen the name "MonoDoc" dotted around, but there doesn't appear to be anything like that included with MonoDevelop nor can I find a download.

What is the quickest way to generate HTML files from this?


Solution

  • The generated XML files can be compiled using SandCastle (http://sandcastle.codeplex.com/).

    I found it easier to use the SandCastyle Help File Builder (SHFB) tool (http://shfb.codeplex.com/).