We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6c109 commit c8b0052Copy full SHA for c8b0052
1 file changed
tasks/jsdoc-plugins/sourceproxy.js
@@ -1,6 +1,8 @@
1
/**
2
-* For use with custom `@sourcepath`, `@sourceline`, `@nosource` properties
3
-* (which are used in YUIDoc-to-JSDoc to supply source documentation)
+* Moves information from custom `@sourcepath`, `@sourceline`, `@nosource` doclets
+* into the doclet meta-information.
4
+*
5
+* This is useful to maintain source file/lineno links with the YUIDoc-to-JSDoc output.
6
*/
7
8
var path = require('path');
@@ -31,8 +33,3 @@ exports.defineTags = function(dictionary) {
31
33
});
32
34
35
};
-
-exports.handlers = {};
36
-exports.handlers.newDoclet = function (e) {
37
38
-};
0 commit comments