C# Class ProtogameDocsTool.MainClass

显示文件 Open project: RedpointGames/Protogame

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
CombineDocumentationWithAssembly ( Assembly assembly, XmlDocument documentation, XmlElement typesElem, bool supportsModules ) : void
ConvertXmlElementToReST ( object context, XmlElement toConvert, int indent ) : string
GetAnchor ( FieldInfo field ) : string
GetAnchor ( MethodInfo method ) : string
GetAnchor ( PropertyInfo property ) : string
GetAnchor ( Type type ) : string
GetAnchor ( string docIdentifier ) : string
GetGenericName ( MethodInfo method ) : string
GetGenericName ( Type type ) : string
GetGenericTypeInstanceXmlName ( Type type ) : string
GetTypeXmlName ( Type type ) : string
IndentText ( string currentText, string text, int indent ) : string
NormalizeName ( string name ) : string
PortElementFromDocs ( object context, XmlElement source, string sourceName, XmlElement target, string targetName, bool>.Func sourceFilter = null ) : void
ProcessField ( XmlDocument output, XmlElement container, XmlElement>.Dictionary lookup, Type type, FieldInfo field ) : void
ProcessMethod ( XmlDocument output, XmlElement container, XmlElement>.Dictionary lookup, Type type, MethodInfo method ) : void
ProcessProperty ( XmlDocument output, XmlElement container, XmlElement>.Dictionary lookup, Type type, PropertyInfo property, List methodNamesToIgnore ) : void
ProcessType ( XmlDocument output, XmlElement container, XmlElement>.Dictionary lookup, Type type, bool supportsModules ) : void
ProcessTypeName ( Type type ) : string

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void