We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035c527 commit e145d55Copy full SHA for e145d55
.projenrc.ts
@@ -1295,7 +1295,7 @@ for (const tsconfig of [toolkitLib.tsconfigDev]) {
1295
}
1296
1297
1298
-// Ad a command for the docs
+// Add a command for the docs
1299
const toolkitLibDocs = toolkitLib.addTask('docs', {
1300
exec: 'typedoc lib/index.ts',
1301
receiveArgs: true,
packages/@aws-cdk/toolkit-lib/lib/toolkit/toolkit.ts
@@ -71,6 +71,8 @@ export interface ToolkitOptions {
71
72
/**
73
* The AWS CDK Programmatic Toolkit
74
+ *
75
+ * @document ../../CODE_REGISTRY.md
76
*/
77
export class Toolkit extends CloudAssemblySourceBuilder implements AsyncDisposable {
78
0 commit comments