From addc04be0b4a3cc4de336f7bc2c7fdefff249581 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 16 Apr 2018 14:29:39 +0300 Subject: doc: add tools/doc/README link in doc/STYLE_GUIDE PR-URL: https://github.com/nodejs/node/pull/20071 Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- doc/STYLE_GUIDE.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/STYLE_GUIDE.md') diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md index 7b9ee659a1..a875a31b83 100644 --- a/doc/STYLE_GUIDE.md +++ b/doc/STYLE_GUIDE.md @@ -69,8 +69,11 @@ * OK: JavaScript, Google's V8 * NOT OK: Javascript, Google's v8 +See also API documentation structure overview in [doctools README][]. + [Em dashes]: https://en.wikipedia.org/wiki/Dash#Em_dash [Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types [serial commas]: https://en.wikipedia.org/wiki/Serial_comma [The New York Times Manual of Style and Usage]: https://en.wikipedia.org/wiki/The_New_York_Times_Manual_of_Style_and_Usage [plugin]: http://editorconfig.org/#download +[doctools README]: ../tools/doc/README.md -- cgit v1.2.3