C# Class Mono.CSharp.Documentation

Show file Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
StoredDocuments XmlDocument>.Dictionary
XmlCommentOutput System.Xml.XmlWriter
XmlDocumentation System.Xml.XmlDocument

Public Methods

Method Description
Documentation ( string xml_output_filename ) : System
GenerateDocComment ( Report r ) : void
OutputDocComment ( string asmfilename, Report Report ) : bool

Method Details

Documentation() public method

public Documentation ( string xml_output_filename ) : System
xml_output_filename string
return System

GenerateDocComment() public method

public GenerateDocComment ( Report r ) : void
r Report
return void

OutputDocComment() public method

public OutputDocComment ( string asmfilename, Report Report ) : bool
asmfilename string
Report Report
return bool

Property Details

StoredDocuments public property

public Dictionary StoredDocuments
return XmlDocument>.Dictionary

XmlCommentOutput public property

public XmlWriter,System.Xml XmlCommentOutput
return System.Xml.XmlWriter

XmlDocumentation public property

public XmlDocument,System.Xml XmlDocumentation
return System.Xml.XmlDocument