Skip to content

Automatically format tsdoc comments #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
EagleoutIce opened this issue May 2, 2024 · 0 comments
Open

Automatically format tsdoc comments #7

EagleoutIce opened this issue May 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@EagleoutIce
Copy link
Member

I want the dashes to separate parameter names from their descriptions to be aligned!

Not:

/**
 * Deterministically retrieve a unique id for a given object.
 * @param obj - The object to retrieve the id for
 * @param context - to provide unique ids even for different contexts, we add the context to the id.
 */

But:

/**
* Deterministically retrieve a unique id for a given object.
* @param obj     - The object to retrieve the id for
* @param context - to provide unique ids even for different contexts, we add the context to the id.
*/
@EagleoutIce EagleoutIce added the enhancement New feature or request label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant