Skip to content

Commit

Permalink
doc,tool: add tls.TLSSocket to typeMap
Browse files Browse the repository at this point in the history
We use tls.TLSSocket type in tls.md, so that needs to be added to doctool's typeMap

PR-URL: #8742
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
yorkie authored and Fishrock123 committed Oct 11, 2016
1 parent b2aea50 commit d6dcbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/doc/type-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const typeMap = {
'cluster.Worker': 'cluster.html#cluster_class_worker',
'dgram.Socket': 'dgram.html#dgram_class_dgram_socket',
'net.Socket': 'net.html#net_class_net_socket',
'tls.TLSSocket': 'tls.html#tls_class_tls_tlssocket',
'EventEmitter': 'events.html#events_class_eventemitter',
'Timer': 'timers.html#timers_timers'
};
Expand Down

0 comments on commit d6dcbc2

Please sign in to comment.