You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.*/
The text was updated successfully, but these errors were encountered:
I want the dashes to separate parameter names from their descriptions to be aligned!
Not:
But:
The text was updated successfully, but these errors were encountered: