From 441e70315773a0e97a93e78160bb9dc7f186e029 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 29 Oct 2017 23:56:20 +0800 Subject: [PATCH] jsdoc: update formatting --- harvey.js.md | 4 ++++ jsdoc.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harvey.js.md b/harvey.js.md index 97faf5985..2e77ecf48 100644 --- a/harvey.js.md +++ b/harvey.js.md @@ -22,6 +22,10 @@ Harvey.attach('(min-width: 600px)', { }) ``` +### Deprecated + +Harvey.js hasn't been updated in a while, as of time of writing. Consider [enquire.js](https://github.com/WickyNilliams/enquire.js) instead. + ### References * diff --git a/jsdoc.md b/jsdoc.md index 6a94a36b0..adec0deb1 100644 --- a/jsdoc.md +++ b/jsdoc.md @@ -55,7 +55,7 @@ var FOO = 1 const FOO = 1 ``` -## Typedef +### Typedef ```js /**