Skip to content

Commit c8b0052

Browse files
committed
jsdoc - sourceproxy docs and cleanup
1 parent 2f6c109 commit c8b0052

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

tasks/jsdoc-plugins/sourceproxy.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* For use with custom `@sourcepath`, `@sourceline`, `@nosource` properties
3-
* (which are used in YUIDoc-to-JSDoc to supply source documentation)
2+
* Moves information from custom `@sourcepath`, `@sourceline`, `@nosource` doclets
3+
* into the doclet meta-information.
4+
*
5+
* This is useful to maintain source file/lineno links with the YUIDoc-to-JSDoc output.
46
*/
57

68
var path = require('path');
@@ -31,8 +33,3 @@ exports.defineTags = function(dictionary) {
3133
});
3234

3335
};
34-
35-
exports.handlers = {};
36-
exports.handlers.newDoclet = function (e) {
37-
38-
};

0 commit comments

Comments
 (0)