Skip to content

Commit 9e660b8

Browse files
committed
fix: add @module JSDoc tag for proper TypeDoc generation
All packages now include @module tag for better documentation generation and IDE support.
1 parent 8f3070a commit 9e660b8

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

packages/synth-c/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-c
2+
* @module @sylphx/synth-c
33
*
44
* C parser for Synth's universal AST
55
*

packages/synth-css/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-css
2+
* @module @sylphx/synth-css
33
*
44
* CSS3 parser using Synth's universal AST
55
* Hand-written, zero dependencies

packages/synth-docs/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-docs
2+
* @module @sylphx/synth-docs
33
*
44
* Documentation generator for Synth AST
55
*

packages/synth-go/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-go
2+
* @module @sylphx/synth-go
33
*
44
* Go parser using Synth's universal AST
55
* Conversion layer over tree-sitter-go

packages/synth-graphql/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-graphql
2+
* @module @sylphx/synth-graphql
33
*
44
* GraphQL parser using Synth's universal AST
55
* Conversion layer over graphql-js

packages/synth-html/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-html
2+
* @module @sylphx/synth-html
33
*
44
* High-performance HTML5 parser for Synth
55
*

packages/synth-ini/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-ini
2+
* @module @sylphx/synth-ini
33
*
44
* INI parser using Synth's universal AST
55
* Hand-written, zero dependencies

packages/synth-java/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-java
2+
* @module @sylphx/synth-java
33
*
44
* Java parser for Synth's universal AST
55
*

packages/synth-js-format/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-js-format
2+
* @module @sylphx/synth-js-format
33
*
44
* Prettier-style code formatter for JavaScript/TypeScript
55
*

packages/synth-js-minify/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @sylphx/synth-js-minify
2+
* @module @sylphx/synth-js-minify
33
*
44
* JavaScript minifier using Synth's universal AST
55
*

0 commit comments

Comments
 (0)