mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
6c9a99477b
This patch: - gives meaningful names to doclint tests - supports classes inheritance in documentation linter. When class A extends class B, all methods of class B are added to documentation of class A. This is a prerequisite for Object Handles: ElementHandle will be extending ObjectHandle. References #382
4 lines
249 B
Plaintext
4 lines
249 B
Plaintext
[MarkDown] Heading arguments for "foo.test(...files)" do not match described ones, i.e. "...files" != "...filePaths"
|
|
[MarkDown] Method Foo.constructor() fails to describe its parameters:
|
|
- Argument not found: arg3
|
|
- Non-existing argument found: arg2 |