crojsdoc
Version:
A documentation generator for JavaScript and CoffeeScript
14 lines (8 loc) • 312 B
JavaScript
// Generated by CoffeeScript 1.8.0
(function() {
var dox_coffee;
module.exports = require('./dox');
dox_coffee = require('./dox_coffee');
module.exports.parseCommentsCoffee = dox_coffee.parseCommentsCoffee;
module.exports.parseCodeContextCoffee = dox_coffee.parseCodeContextCoffee;
}).call(this);