From e10a6f0f88dfc4e3c13534454e7da67bf5ea6d3c Mon Sep 17 00:00:00 2001 From: exoego Date: Sat, 28 Sep 2019 12:08:12 +0900 Subject: [PATCH] doc: add DiffieHellmanGroup type --- tools/doc/type-parser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js index 35039b68d95c8f..4c3ec0503e7701 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',