Skip to content

Commit

Permalink
Fix tsdocs for generated deserialize methods
Browse files Browse the repository at this point in the history
The `@param` was incorrect, and `@returns` was missing.
  • Loading branch information
Cirras committed Oct 28, 2023
1 parent 555633b commit ad68131
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ export class ObjectCodeGenerator {
const tsDoc = `/**
* Deserializes an instance of \`${className}\` from the provided \`EoReader\`.
*
* @param writer - the writer that the data will be serialized to
* @param reader - the reader that the data will be deserialized from
* @returns The deserialized data
*/
`;

Expand Down

0 comments on commit ad68131

Please sign in to comment.