Skip to content

Commit

Permalink
#13 MemberedTypeToClass, TSDoc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvincent committed Jan 25, 2024
1 parent cf98019 commit e7834fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions stage_1_integration/toolbox/MemberedTypeToClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export default class MemberedTypeToClass {
* @param constructorArguments - parameters to define on the constructor.
* @param statementGetter - a callback to get statements for each individual statement purpose, field name and statement group name.
* @param indexSignatureResolver - a callback to get names which match an index signature's key name.
*
* @see {ClassFieldStatementsMap} for `statementGetter`
*/
constructor(
constructorArguments: ParameterDeclarationImpl[],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export default class MemberedTypeToClass {
* @param constructorArguments - parameters to define on the constructor.
* @param statementGetter - a callback to get statements for each individual statement purpose, field name and statement group name.
* @param indexSignatureResolver - a callback to get names which match an index signature's key name.
*
* @see {ClassFieldStatementsMap} for `statementGetter`
*/
constructor(
constructorArguments: ParameterDeclarationImpl[],
Expand Down

0 comments on commit e7834fa

Please sign in to comment.