Showing 3 of 3 total issues
Function Parser
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var Parser = function(infs){
// Start by resolving defaults for the infos object
infs = infs || {};
var informations = {
Function Generator
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var Generator = function(destination, template, options){
options = options || {};
env.conf.tags = {
allowUnknownTags: true
Function streamParser
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var streamParser = function (infos, name) {
name = name || 'jsdoc.json';
var firstFile = null;
var readme = null;