Method | Description | |
---|---|---|
DetermineNDocNameLookupSignature ( |
||
DetermineNDocNameLookupSignature ( |
||
FindDocumentation ( |
||
FindDocumentation ( XElement>.IDictionary |
||
FindDocumentation ( XElement>.IDictionary |
||
FindDocumentation ( XElement>.IDictionary |
||
FindDocumentation ( XElement>.IDictionary |
||
FindDocumentation ( XElement>.IDictionary |
||
FindDocumentation ( XElement>.IDictionary |
||
FindDocumentation ( XElement>.IDictionary |
||
FindDocumentationPCLAsyncAlternative ( XElement>.IDictionary |
For methods that DO NOT end in "Async", checks for the Async version of the method with a similar signature, following the PCL/.Net45 Async pattern.
|
|
FindDocumentationUnityAsync ( XElement>.IDictionary |
For methods that end in "Async", checks for the method with a similar signature, but following the Unity Async pattern.
|
|
FindDocumentationUnityAsyncAlternative ( XElement>.IDictionary |
For methods that DO NOT end in "Async", checks for the Async version of the method with a similar signature, following the Unity Async pattern.
|
|
FindFieldDocumentation ( XElement>.IDictionary |
||
FindFieldDocumentation ( |
||
FindParameterDocumentation ( System.Xml.Linq.XElement ndoc, string name ) : string | ||
FindReturnDocumentation ( System.Xml.Linq.XElement ndoc ) : string | ||
GenerateDocId ( string serviceName, string platform ) : string | ||
GetDocumentationInstance ( string docId ) : XElement>.IDictionary |
||
GetDocumentationInstance ( string serviceName, string platform ) : XElement>.IDictionary |
||
LoadAssemblyDocumentationWithSamples ( string filePath, string samplesDir, string serviceName ) : System.Xml.Linq.XDocument | ||
LoadDocumentation ( string assemblyName, string serviceName, string platform, SDKDocGenerator.GeneratorOptions options ) : void | ||
PreprocessCodeBlocksToPreTags ( SDKDocGenerator.GeneratorOptions options, System.Xml.Linq.XDocument doc ) : void | ||
TransformDocumentationToHTML ( System.Xml.Linq.XElement element, string rootNodeName, |
Method | Description | |
---|---|---|
BuildExamplesMap ( List |
||
CreateNDocTable ( string filePath, string serviceName, SDKDocGenerator.GeneratorOptions options ) : XElement>.IDictionary |
||
DetermineParameterName ( |
||
ExtractCrefAttributeContent ( string nodeText, int crefAttrStart, int &crossRefTagEndIndex ) : string | ||
ExtractHrefAttributeContent ( string nodeText, int hrefAttrStart, int &crossRefTagEndIndex ) : string | ||
FindFirstNoWhitePosition ( string line ) : int | ||
FindSampleCodePath ( string codeSampleRootDirectory, string relativePath ) : string | ||
LeftJustifyCodeBlocks ( string codeBlock ) : string | ||
ProcessExtraDoc ( |
public static DetermineNDocNameLookupSignature ( |
||
info | ||
docId | string | |
return | string |
public static DetermineNDocNameLookupSignature ( |
||
info | ||
return | string |
public static FindDocumentation ( |
||
wrapper | ||
return | System.Xml.Linq.XElement |
public static FindDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
wrapper | ||
return | System.Xml.Linq.XElement |
public static FindDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
type | ||
return | System.Xml.Linq.XElement |
public static FindDocumentationPCLAsyncAlternative ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindDocumentationUnityAsync ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindDocumentationUnityAsyncAlternative ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
info | ||
return | System.Xml.Linq.XElement |
public static FindFieldDocumentation ( XElement>.IDictionary |
||
ndoc | XElement>.IDictionary | |
type | ||
fieldName | string | |
return | System.Xml.Linq.XElement |
public static FindFieldDocumentation ( |
||
type | ||
fieldName | string | |
return | System.Xml.Linq.XElement |
public static FindParameterDocumentation ( System.Xml.Linq.XElement ndoc, string name ) : string | ||
ndoc | System.Xml.Linq.XElement | |
name | string | |
return | string |
public static FindReturnDocumentation ( System.Xml.Linq.XElement ndoc ) : string | ||
ndoc | System.Xml.Linq.XElement | |
return | string |
public static GenerateDocId ( string serviceName, string platform ) : string | ||
serviceName | string | |
platform | string | |
return | string |
public static GetDocumentationInstance ( string docId ) : XElement>.IDictionary |
||
docId | string | |
return | XElement>.IDictionary |
public static GetDocumentationInstance ( string serviceName, string platform ) : XElement>.IDictionary |
||
serviceName | string | |
platform | string | |
return | XElement>.IDictionary |
public static LoadAssemblyDocumentationWithSamples ( string filePath, string samplesDir, string serviceName ) : System.Xml.Linq.XDocument | ||
filePath | string | |
samplesDir | string | |
serviceName | string | |
return | System.Xml.Linq.XDocument |
public static LoadDocumentation ( string assemblyName, string serviceName, string platform, SDKDocGenerator.GeneratorOptions options ) : void | ||
assemblyName | string | |
serviceName | string | |
platform | string | |
options | SDKDocGenerator.GeneratorOptions | |
return | void |
public static PreprocessCodeBlocksToPreTags ( SDKDocGenerator.GeneratorOptions options, System.Xml.Linq.XDocument doc ) : void | ||
options | SDKDocGenerator.GeneratorOptions | |
doc | System.Xml.Linq.XDocument | |
return | void |
public static TransformDocumentationToHTML ( System.Xml.Linq.XElement element, string rootNodeName, |
||
element | System.Xml.Linq.XElement | |
rootNodeName | string | |
typeProvider | ||
version | SDKDocGenerator.FrameworkVersion | |
return | string |