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
Currently we are using both /** ... */ and /// style comments. For the sake of consistency, I think we should stick to one of the two. The latter one seems to be more frequently used, so I would opt to go with that one.
The text was updated successfully, but these errors were encountered:
Currently we are using both
/** ... */
and///
style comments. For the sake of consistency, I think we should stick to one of the two. The latter one seems to be more frequently used, so I would opt to go with that one.The text was updated successfully, but these errors were encountered: