I was seeing this kind of java class level documentation for some classes in projects. can any one please let me know is there any way that this format can be automatically generated or is this format created by developers.
/**
*
//**************************************************************************************************
//**************************************************************************************************
// Copyright (c) 2013 by XXXXX
// ALL RIGHTS RESERVED
//**************************************************************************************************
//**************************************************************************************************
//
// Project name : XXXXX
// Class Name : XXXXXX
// Date : 26th Feb 2013
// Author : XXXXXX
// Version : 1.0
//
//***************************************************************************************************
// Class Description:
//This class is for calling DroidGap API.
//***************************************************************************************************
// Update history:
// Date : 5/03/13 Developer Name :XXXXXX Modification Comments : .
//
//***************************************************************************************************
*
*/