Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177 stars 73 forks source link

undocumented in api view #2610

Closed qiaozha closed 6 days ago

qiaozha commented 1 week ago

Currently, there's a lot of places missing description, causing we have undocumented warning in the api view

Modular api view https://github.com/Azure/autorest.typescript/blob/main/packages/typespec-test/test/anomalyDetector/generated/typespec-ts/review/ai-anomaly-detector.api.md RLC api view https://github.com/Azure/autorest.typescript/blob/main/packages/typespec-test/test/authoring/generated/typespec-ts/review/authoring.api.md

MaryGao commented 1 week ago

Please include the enum document changes also.

qiaozha commented 1 week ago

image

Please consider extensible enum description refine