0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/tools
Timothy Gu a7fa72156a
doc/json: make sure links are correctly passed to marked
Previously, an attempt was made to make sure the links state is
inherited. Unfortunately, this support was not complete, which
results in various unresolved links in the JSON output (as an
example, [1] contains `initialized by calling
[<code>buf.fill(fill, encoding)</code>][<code>buf.fill()</code>]`).

This commit completes that attempt. After this commit, individual
instances of the parser (for descriptions) inherit the links state
from the root lexer, so that individual Markdown links in descriptions
could be resolved. That same example is now substituted with
`initialized by calling <a href=\"#buffer_buf_fill_value_offset_end_encoding\"><code>buf.fill(fill, encoding)</code></a>`.

[1]: https://nodejs.org/api/buffer.json

PR-URL: https://github.com/nodejs/node/pull/8494
Reviewed-By: Roman Reiss <me@silverwind.io>
2016-09-16 17:29:05 +02:00
..
configure.d tools: remove unnecessary imports and assignments 2016-07-08 20:17:08 +05:30
doc doc/json: make sure links are correctly passed to marked 2016-09-16 17:29:05 +02:00
eslint tools: update ESLint to 3.5.0 2016-09-12 21:11:55 -07:00
eslint-rules tools: replace custom ESLint rule with built-in 2016-09-12 21:12:03 -07:00
gyp deps: float gyp patch for long filenames 2016-08-08 22:49:11 +02:00
icu tools: fix broken format string 2016-07-12 09:36:28 +05:30
msvs win,msi: fix inclusion of translations 2016-08-03 12:45:32 +01:00
osx-pkg.pmdoc
pkgsrc
rpm
certdata.txt tools: update certdata.txt 2016-06-23 09:24:16 +02:00
check-imports.py
cpplint.py tools: allow cpplint to run outside git repo 2016-06-28 21:21:21 +02:00
create_android_makefiles
create_expfile.sh build: fix dependencies on AIX 2016-08-29 16:20:18 -04:00
genv8constants.py
getmoduleversion.py build: configure --shared 2016-06-28 17:48:22 -04:00
getnodeversion.py build: configure --shared 2016-06-28 17:48:22 -04:00
gyp_node.py build: don't compile with -B, redux 2016-05-10 12:01:10 +02:00
install.py build: add correct shared library naming on OS X 2016-08-09 11:55:01 -04:00
js2c.py tools: remove the minifying logic 2016-05-12 20:28:45 +05:30
jslint.js
license2rtf.js tools: favor === over == in license2rtf.js 2016-08-14 11:03:09 +02:00
license-builder.sh tools: update license-builder.sh for v8_inspector 2016-07-27 07:29:42 -07:00
lsan_suppressions.txt
make-v8.sh
Makefile
mk-ca-bundle.pl tools: output include guards in mk-ca-bundle.pl 2016-06-23 09:25:30 +02:00
mkssldef.py build: export zlib symbols on Windows 2016-08-08 15:15:48 +02:00
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh
run-valgrind.py
specialize_node_d.py tools: remove unnecessary imports and assignments 2016-07-08 20:17:08 +05:30
test-npm.sh
test.py tools,test: show signal code when test crashes 2016-07-31 23:05:59 +02:00
update-authors.sh
utils.py