We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6873b03 commit 41fdbe8Copy full SHA for 41fdbe8
README.md
@@ -3033,8 +3033,19 @@ function quux () {
3033
// Message: There must be no hyphen before @param description.
3034
3035
/**
3036
- * @param foo - Foo.
3037
- * @param bar Foo.
+ * @param foo - foo
+ * @param foo foo
3038
+ */
3039
+function quux () {
3040
+
3041
+}
3042
+// Options: ["always"]
3043
+// Message: There must be a hyphen before @param description.
3044
3045
+/**
3046
3047
+ * bar
3048
+ * @param bar - bar
3049
*/
3050
function quux () {
3051
0 commit comments