메소드 | 설명 | |
---|---|---|
Execute ( SDKDocGenerator.GeneratorOptions options ) : int |
Runs the doc generator to produce or update a consistent documentation set for the SDK.
|
메소드 | 설명 | |
---|---|---|
ConstructGenerationManifests ( ) : IList |
Enumerates the assembly, folder and platform settings in the options to construct a per-service manifest that we will then process. Our preferred documentation source is for the 'net45' platform but if a subfolder does not exist under the root for this platform, we'll generate using the assemblies in the first subfolder we find. Currently we only construct manifests for the assemblies we find in the preferred or first platform subfolder. Distinct assemblies that exist outside this folder do not get included. |
|
CopyVersionInfoManifest ( ) : void |
Copies the json file containing the version information for each SDK assembly (by service) into the output docs folder.
|
|
GenerateTableOfContents ( IList |
||
Info ( string message ) : void | ||
InfoVerbose ( string message ) : void | ||
SetOptionsForTestMode ( ) : void |
Sets the generation options so as to perform a limited generation pass on one platform and a handul of assemblies to allow verification of doc generator changes.
|
public Execute ( SDKDocGenerator.GeneratorOptions options ) : int | ||
options | SDKDocGenerator.GeneratorOptions | |
리턴 | int |