I am using the SandCastle January 2008 version to generate dynamic documentation for a Smart Client application. The comments that I put within the <include> tags are never picked up MrefBuilder. I can see the Microsoft's comments but not the comments that I put in my project.
Here's the MRefBuilder command:
MRefBuilder "C:\Alc\SandCastle\executables\*.*" /out:reflection.org /dep:"C:\Alc\SandCastle\dependencies\*.dll"
Here's the XslTransform command:
XslTransform /xsl:"%DXROOT%\ProductionTransforms\ApplyVSDocModel.xsl" reflection.org /xsl:"%DXROOT%\ProductionTransforms\AddFriendlyFilenames.xsl" /xsl:"%DXROOT%\ProductionTransforms\AddGuidFilenames.xsl" /out:reflection.xml /arg:IncludeAllMembersTopic=true /arg:IncludeInheritedOverloadTopics=true"
Does any one have any idea how this issued can be resolved?
Thank you in advance!