3.1 Opening Notes
All source files should have a C-style comment at the beginning listing the class name, function, version information, date, author, and copyright statement:
/*
* Class name
* Function
* Version
* Date
* Author
* Copyright
*/
If the file is modified, the purpose of the modification, the date of modification, the person who modified it, and the version information of the file should be stated in the file header; if a part of the file is modified, a comment should be made in the file and the modified part should be identified. The starting and ending positions
……
/*
* Purpose of modification
* Date of modification
* Modifier
* Version
*/
……
Start of modification
……
……
End of modification
……