C# 클래스 SDKDocGenerator.SdkDocGenerator

Documentation generator for the AWS SDK for .NET v3+ codebase.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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 manifests ) : void
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.

메소드 상세

Execute() 공개 메소드

Runs the doc generator to produce or update a consistent documentation set for the SDK.
public Execute ( SDKDocGenerator.GeneratorOptions options ) : int
options SDKDocGenerator.GeneratorOptions
리턴 int