This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac75455983
puppeteer
/
utils
/
doclint
/
test
/
07-sorting
/
doc.md
12 lines
93 B
Markdown
Raw
Normal View
History
Unescape
Escape
[doclint] simplify error reporting This patch simplifies error reporting, making it straight-forward. It also adds a few tests to make doclint more robust.
2017-07-13 22:15:31 +00:00
### class: Foo
#### foo.aaa()
#### new Foo()
[doclint] introduce class members This patch unifies Documentation.Method with Documentation.Property, making it possible to verify sorting order across methods and properties. References #14.
2017-07-14 05:52:02 +00:00
#### foo.ddd
[doclint] simplify error reporting This patch simplifies error reporting, making it straight-forward. It also adds a few tests to make doclint more robust.
2017-07-13 22:15:31 +00:00
#### foo.ccc()
#### foo.bbb()
Reference in New Issue
Copy Permalink