Commit Graph

20 Commits

Author SHA1 Message Date
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00
luka598 ba20f0bf67
Fix typo. Add second star to the beginning of jsdoc block. (#2085)
Change this
```js
/*
 * @alias Foo.bar
 * @name Foo.bar
 */
```
to this
```js
/**
 * @alias Foo.bar
 * @name Foo.bar
 */
```

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2024-03-29 18:48:15 +11:00
Cayley Humphries 14068e6c4a
Add @async to JSDoc `Other keywords` section (#1819)
Async is so prevalent these days, felt like it was important to include in a cheatsheet.
2022-07-07 23:03:37 +10:00
Godfery 028c578bc1
Update jsdoc.md (#1677) 2021-09-27 11:37:40 +10:00
Rico Sta. Cruz 692375e0fc jsdoc: Update domain name 2020-08-03 22:27:34 +10:00
Josh Howe c719e2899d
[JSDoc] Link to the full list of keywords (#1506) 2020-08-02 00:08:38 +10:00
Rico Sta. Cruz 360bb87287 Cleanup: update timestamps of files 2020-07-04 23:33:09 +10:00
Rico Sta. Cruz f534ec6c72
Reenable minifier, disable Travis (#1473) 2020-06-23 00:38:08 +10:00
Jesse Sessler 50271b5925
Fix function param with multiple types 2019-12-09 12:27:23 -05:00
Chandrajeet Maurya a001fdcc00
Add typedef shorthand in jsdoc 2019-10-01 12:29:36 +07:00
Alexander Perlamutrov 27714bd874
Add promised type
https://github.com/jsdoc/jsdoc/issues/1197
2019-08-06 13:53:26 +03:00
Rico Sta. Cruz 7f7e899014
Merge branch 'pr-974' 2019-03-24 07:40:26 +08:00
Rico Sta. Cruz 94db676cfe
jsdoc: Note that importing is TypeScript-specific 2019-03-24 07:34:48 +08:00
Ben fa9f16c5ee
Update jsdoc.md
Add a section demonstrating how to import types from typescript libraries.
2019-01-10 08:33:55 -06:00
Dien Luong eccede41ed
jsdoc.md: Fixed Types table
Escape the '|' in the "Multiple types" row.
2019-01-02 11:21:33 -05:00
Joshua Travis 793dccc875
s/keywodrs/keywords/ 2018-05-20 08:45:28 -04:00
Rico Sta. Cruz 441e703157
jsdoc: update formatting 2017-10-29 23:56:20 +08:00
Rico Sta. Cruz eb736e9c1d
jsdoc: clarify params 2017-10-29 23:49:18 +08:00
Rico Sta. Cruz 78701ecb78
jsdoc: update 2017-10-29 20:04:52 +08:00
Rico Sta. Cruz e61d3dfc57
Update rspec 2016-09-26 17:56:33 +08:00