这是我经常使用的一个(在PHP中).
在文件的顶部:
// ******************************* INFORMATION ***************************// // ***********************************************************************// // // ** NAME - A description of what the file does. // ** // ** @author name <name@name.com> // ** @date date // ** @access private // ** @param // ** @return if a class what object is returned // // ***********************************************************************// // ********************************** START ******************************//
用于标注一组功能:
// =======================================================================// // ! A description of what the following functions have in common // // =======================================================================//