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
180 B
180 B
class: Foo
new Foo(arg1, arg2)
arg1
<[string]>arg2
<[string]>
foo.bar(options)
options
<[Object]>
foo.test(...files)
...filePaths
<[string]>