home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / NDoc.Documenter.Xml.xml < prev    next >
Extensible Markup Language  |  2004-12-20  |  3KB  |  53 lines

  1. <?xml version="1.0"?>
  2. <doc>
  3.     <assembly>
  4.         <name>NDoc.Documenter.Xml</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:NDoc.Documenter.Xml.XmlDocumenter">
  8.             <summary>The XmlDocumenter class.</summary>
  9.         </member>
  10.         <member name="M:NDoc.Documenter.Xml.XmlDocumenter.#ctor">
  11.             <summary>Initializes a new instance of the XmlDocumenter class.</summary>
  12.         </member>
  13.         <member name="M:NDoc.Documenter.Xml.XmlDocumenter.Clear">
  14.             <summary>See IDocumenter.</summary>
  15.         </member>
  16.         <member name="M:NDoc.Documenter.Xml.XmlDocumenter.Build(NDoc.Core.Project)">
  17.             <summary>See IDocumenter.</summary>
  18.         </member>
  19.         <member name="P:NDoc.Documenter.Xml.XmlDocumenter.MainOutputFile">
  20.             <summary>See <see cref="T:NDoc.Core.IDocumenter"/>.</summary>
  21.         </member>
  22.         <member name="T:NDoc.Documenter.Xml.XmlDocumenterConfig">
  23.             <summary>The XmlDocumenter config class.</summary>
  24.             <remarks>    
  25.             <para>
  26.             The XML Documenter is the simplest of the NDoc Documenters. It is primarily 
  27.             a development tool.
  28.             </para>
  29.             <para>
  30.             As part of the documentation compile process, NDoc merges the type information 
  31.             in the assemblies being documented with the code comment summary XML document that the
  32.             <a href="ms-help://MS.NETFrameworkSDKv1.1/cscomp/html/vcerrDocProcessDocumentationComments.htm">
  33.             /doc compiler option</a> emits. The XML Documenter allows you to save this merged 
  34.             set of data for curiosity's sake or debugging purposes. 
  35.             </para>
  36.             <para>
  37.             Used in conjunction with the <b>UseNDocXmlFile</b> setting, this is especially 
  38.             useful when you are working on your own documenters.
  39.             </para>
  40.             </remarks>
  41.         </member>
  42.         <member name="M:NDoc.Documenter.Xml.XmlDocumenterConfig.#ctor">
  43.             <summary>Initializes a new instance of the XmlDocumenterConfig class.</summary>
  44.         </member>
  45.         <member name="P:NDoc.Documenter.Xml.XmlDocumenterConfig.OutputFile">
  46.             <summary>Gets or sets the OutputFile property.</summary>
  47.             <remarks>This is the path and filename of the file where 
  48.             the merged /doc output and reflection information will be written. This can be 
  49.             absolute or relative from the .ndoc project file.</remarks>
  50.         </member>
  51.     </members>
  52. </doc>
  53.