#if $target_ns
#if $prefix
/**
* @module ${prefix}
*/
#else
* @module ${target_ns}
#end if
var ${target_ns} = ${target_ns} || {};