mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Adds logging comments to the doclint tests, and adds a new one with a bulleted list in a comment. Lists can only be used in comments where extra properties would be unexpected.
534 B
534 B
class: Foo
foo.method(arg1, arg2)
arg1
<string> A single line argument commentarg2
<string> A multiline argument comment:- it could be this
- or it could be that
- returns: <Promise<ElementHandle>>
The method does something.