Closed
Description
Environment details
- OS: all
- Node.js version: all
- npm version:
@google-cloud/logging
version: 7.2.2jsdoc
version: 3.6.3
Steps to reproduce
- npm run docs
- view docs/index.html in browser
- notice many methods are missing from
Log
and other classes
Example code snippet:
Lines 737 to 819 in 56a8ed8
See TypeScript issues:
- JsDoc for overloads microsoft/TypeScript#3294
- JSDoc for methods with multiple signatures microsoft/TypeScript#407
A workaround is to move the jsdoc comment adjacent to the concrete method, and after the overload signatures.