(longname)
| 169 | }; |
| 170 | |
| 171 | function removeGlobal(longname) { |
| 172 | const globalRegexp = new RegExp(`^${jsdoc.name.LONGNAMES.GLOBAL}\\.?`); |
| 173 | |
| 174 | return longname.replace(globalRegexp, ''); |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Get the full path to the source file that is associated with a doclet. |
no outgoing calls
no test coverage detected
searching dependent graphs…