mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
function garbageCollect(comment) {
|
|
delete comment.context.code;
|
|
delete comment.context.ast;
|
|
return comment;
|
|
}
|
|
|
|
module.exports = garbageCollect;
|