mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Merge branch 'master' of github.com:micmath/jsdoc
This commit is contained in:
commit
55a2b97df6
@ -242,7 +242,7 @@
|
||||
nav = nav + '<h3>Classes</h3><ul>';
|
||||
classNames.forEach(function(c) {
|
||||
var moduleSameName = data.get( data.find({kind: 'module', longname: c.longname}) );
|
||||
if (moduleSameName) {
|
||||
if (moduleSameName.length) {
|
||||
c.name = c.name.replace('module:', 'require(')+')';
|
||||
moduleSameName[0].module = c;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user