From 03b7a5a4bf50672d7a2ebc87fd8a78f45f891df2 Mon Sep 17 00:00:00 2001 From: exoego Date: Wed, 25 Sep 2019 05:27:37 +0900 Subject: doc: fix return type for crypto.createDiffieHellmanGroup() PR-URL: https://github.com/nodejs/node/pull/29696 Reviewed-By: Rich Trott --- tools/doc/type-parser.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/doc') diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js index 35039b68d9..4c3ec0503e 100644 --- a/tools/doc/type-parser.js +++ b/tools/doc/type-parser.js @@ -52,6 +52,7 @@ const customTypesMap = { 'Cipher': 'crypto.html#crypto_class_cipher', 'Decipher': 'crypto.html#crypto_class_decipher', 'DiffieHellman': 'crypto.html#crypto_class_diffiehellman', + 'DiffieHellmanGroup': 'crypto.html#crypto_class_diffiehellmangroup', 'ECDH': 'crypto.html#crypto_class_ecdh', 'Hash': 'crypto.html#crypto_class_hash', 'Hmac': 'crypto.html#crypto_class_hmac', -- cgit v1.2.3