56619baa64
This patch simplifies error reporting, making it straight-forward. It also adds a few tests to make doclint more robust.
11 lines
64 B
JavaScript
11 lines
64 B
JavaScript
class Foo {
|
|
test() {
|
|
}
|
|
|
|
title(arg) {
|
|
}
|
|
}
|
|
|
|
class Bar {
|
|
}
|