Azure / ms-rest-nodeauth

node.js based authentication library for Azure with type definitions
MIT License
33 stars 33 forks source link

Simplify API reference docs by following TSDoc #113

Closed ramya-rao-a closed 3 years ago

ramya-rao-a commented 3 years ago

The current format of @property, @param and @returns tags where type information is added does not get rendered as needed

Example: image

Since the source code in this package uses TypeScript and not JavaScript, we can simplify the docs as follows