that.parseDescription = function(input) {
    var pattern = /\*\s*@description\s+(.+)/i,
        match = pattern.exec(input);

    if(match) {