limzykenneth
340595a90b
Remove references to prettier
2022-09-19 14:38:42 +01:00
Tobias Speicher
194c0dc472
refactor: replace deprecated String.prototype.substr()
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-24 10:50:35 +01:00
limzykenneth
031ff86c00
Change the way marked is called
2022-02-19 16:25:59 +00:00
yukienomiya
bbd4251172
Decode HTML entities in the parameterData.json
...
Decode the HTML entities in the descriptions of classes, methods and fields in the JSON file generated from the documentation.
2020-07-03 16:22:44 +02:00
Akshay Padte
330a916f6c
fix validateParameters problems
...
1. Store argument types to increase speed a bit and to prevent
repetive logging
2. Create new json file parameterData.json from data.json and
use it for the FES instead so as to reduce library size
2020-05-19 06:03:21 +05:30
Abhinav sagar
8b114062d5
Updated docs/preproccessor.js to ES6
2019-03-24 01:08:10 +05:30
Spongman
4f1e40b438
clean 'prettier-ignore' from examples ( #3542 )
2019-02-28 12:18:09 -08:00
piersh
5d5ddb009d
check for valid const-typed parameter docs
2018-08-06 10:38:19 -07:00
limzykenneth
77421c4674
Remove docs requirejs build
2018-06-29 23:02:37 +08:00
piersh
50ff14bbaf
hide private classes in docs
...
fix preprocessor tests
prettify
2017-12-23 17:18:42 -08:00
piersh
678638678e
sample linting & fixing
2017-12-12 16:15:42 -08:00
Lauren McCarthy
0d424a7616
fix lint issues
2017-12-09 12:39:54 -08:00
Lauren McCarthy
d22d1c01cc
Merge branch 'master' into auto-const-docs
2017-12-06 19:48:06 -08:00
piersh
ebfc557095
eslint/prettify more stuff
2017-12-05 22:08:19 -08:00
piersh
12ff3593d3
automatically add method references to constant docs pages
2017-12-05 00:01:02 -08:00
Lauren McCarthy
a255324d02
Merge pull request #2301 from Spongman/undocumented-warning
...
Undocumented warning
2017-11-02 20:21:57 -07:00
Spongman
c62aee2930
add build warning for p5 methods that don't have examples.
2017-10-25 17:20:50 -07:00
Spongman
8f756ea56b
exclude '@private' items from data.json
2017-10-24 18:09:31 -07:00
Spongman
06c18dd62f
whitespace fixes
2017-10-24 16:23:57 -07:00
Spongman
eea1f5124e
add check in doc preprocessor for undocumented public members; fix missing docs
2017-10-24 16:22:38 -07:00
Lauren McCarthy
5fe2f2832e
removing grunt yui:dev task, now grunt yui generates both prod and testing docs issue #1954
2017-08-20 15:31:10 -07:00
piersh
73675821d8
docs: add @static @chainable & @return to overloads, show type in static method syntax
2017-07-10 16:27:31 -07:00
Lauren McCarthy
61c87de443
fixing problems with jquery
2016-09-20 16:30:14 -07:00
Atul Varma
fa3248e1d3
Preprocess docs descriptions as Markdown.
2016-04-01 09:32:08 -04:00
Atul Varma
41a01adf08
factor out overloaded method runtime logic into separate module.
2016-03-25 14:49:13 -04:00
Atul Varma
7e3d7be4c2
Add tests for docs preprocessor.
2016-03-25 10:33:29 -04:00
Atul Varma
de8d4f3fb0
add a yuidoc preprocessor for overloaded methods.
2016-03-25 09:19:54 -04:00