我總是大量記錄我的代碼,以便其他人(和我在路上)能夠快速理解正在發生的事情。所以我經常想知道是否有任何畫廊或收集評論設計。任何鏈接或只是一般喜好?美麗的代碼評論塊設計:畫廊,文章,首選項
這是我經常使用的一對(在PHP中)。
在文件的頂部:
// ******************************* INFORMATION ***************************//
// ***********************************************************************//
//
// ** NAME - A description of what the file does.
// **
// ** @author name <[email protected]>
// ** @date date
// ** @access private
// ** @param
// ** @return if a class what object is returned
//
// ***********************************************************************//
// ********************************** START ******************************//
用於標記一組功能:
// =======================================================================//
// ! A description of what the following functions have in common //
// =======================================================================//
我一直有困難的時候,因爲「註釋塊」搜索關於該主題或「代碼評論」通常會在編寫博客評論系統時返回內容:)
這將是非常主觀的,IMO –
它可以是非常有趣的你:http://manual.phpdoc.org/HTMLframesConverter/default/ –
顯然。但是,問題不在於:「在那裏的任何畫廊或收集評論設計?」 – websiteguru