summaryrefslogtreecommitdiff
path: root/doc/api/v8.md
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-05-26 11:19:20 +0200
committerDaijiro Wachi <daijiro.wachi@gmail.com>2017-05-28 22:03:13 +0200
commita94b98e7e119a44580650ac34c2d1b7b0f3df401 (patch)
treef7ff90c8c0a25b9aa611d434edd15ca38259df48 /doc/api/v8.md
parent90877003c177368792f38284561d3b4299bfae88 (diff)
downloadandroid-node-v8-a94b98e7e119a44580650ac34c2d1b7b0f3df401.tar.gz
android-node-v8-a94b98e7e119a44580650ac34c2d1b7b0f3df401.tar.bz2
android-node-v8-a94b98e7e119a44580650ac34c2d1b7b0f3df401.zip
doc: fix api docs style
doc/api/fs.md + L314: Missing code-language flag doc/api/stream.md + L2120: Do not use definitions with the same identifier + L2121: Do not use definitions with the same identifier + L2122: Do not use definitions with the same identifier doc/api/v8.md + L157: Move definitions to the end of the file + L158: Move definitions to the end of the file + L159: Move definitions to the end of the file + L160: Move definitions to the end of the file PR-URL: https://github.com/nodejs/node/pull/13236 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 21c2627898..17347ba884 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -154,11 +154,6 @@ v8.setFlagsFromString('--trace_gc');
setTimeout(function() { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
```
-[V8]: https://developers.google.com/v8/
-[`vm.Script`]: vm.html#vm_new_vm_script_code_options
-[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md
-[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-5.0/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
-
## Serialization API
> Stability: 1 - Experimental
@@ -409,3 +404,7 @@ A subclass of [`Deserializer`][] corresponding to the format written by
[`serializer.transferArrayBuffer()`]: #v8_serializer_transferarraybuffer_id_arraybuffer
[`serializer.writeRawBytes()`]: #v8_serializer_writerawbytes_buffer
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
+[V8]: https://developers.google.com/v8/
+[`vm.Script`]: vm.html#vm_new_vm_script_code_options
+[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md
+[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-5.0/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4