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

    if(match) {