puppeteer/utils/doclint/check_public_api/test/diff-arguments/doc.md
Andrey Lushnikov dc4c8786e3 chore(doclint): fix doclint tests (#941)
Last commit 017429eef1 broke doclint
tests. Try bots didn't catch this because they were not running doclint
tests.

This patch:
- fixes doclint tests
- starts running doclint tests on travis
2017-10-02 15:14:57 -07:00

180 B

class: Foo

foo.bar(options)

  • options <[Object]>

foo.foo(arg1, arg2)

  • arg1 <[string]>
  • arg2 <[string]>

foo.test(...files)

  • ...filePaths <[string]>