Skip to content

Commit

Permalink
Update doc comments for pipeline stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateglims committed Nov 21, 2023
1 parent 30d875b commit 011d2a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/embedded-linux-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export interface EmbeddedLinuxPipelineProps extends cdk.StackProps {
}

/**
* The stack demonstrating how to build a pipeline for meta-aws-demos
* The stack for creating a build pipeline.
*
* See {@link EmbeddedLinuxPipelineProps} for configration options.
*/
export class EmbeddedLinuxPipelineStack extends cdk.Stack {
constructor(scope: Construct, id: string, props: EmbeddedLinuxPipelineProps) {
Expand Down

0 comments on commit 011d2a6

Please sign in to comment.