[Request] Multiline Description in Project Description page (top of C++ files)

A now at top of all C++ files generated by editor we can see next line if we not filled Descripton field in About category.

// Fill out your copyright notice in the Description page of Project Settings.

So, I want tou see multilne comments at top of file. Something like this:

/**
 * Project Description
 * more description
 *
 * @Copyright: blabla
 * @Author: EpicGuy
 * @javadocstylenewparam: lolz
 */

I think this is good idea if we want to mark all specified files with special meta-info.

#Thanks!