puppeteer/utils/doclint/test/07-sorting/doc.md
Andrey Lushnikov 6eac22dd87 [doclint] lint events
This patch:
- adds event linting to the doclint
- improves `api.md` to add events and more information about
  classes reported by events.

References #14.
2017-07-14 23:52:13 -07:00

144 B

class: Foo

event: 'c'

event: 'a'

foo.aaa()

event: 'b'

foo.ddd

new Foo()

foo.ccc()

foo.bbb()