在xcode註解規則:
@brief (建議必寫) - 大綱簡易說明 @param <name> <description> (建議必寫) – 參數說明 @return <description> (建議必寫) – 回傳說明 @exception <name> <description> – 例外說明 @see <name> – 參考 @warning <text> – 警告說明 @bug <text> – 錯誤說明
單行簡易註解
在xcode註解規則:
@brief (建議必寫) - 大綱簡易說明 @param <name> <description> (建議必寫) – 參數說明 @return <description> (建議必寫) – 回傳說明 @exception <name> <description> – 例外說明 @see <name> – 參考 @warning <text> – 警告說明 @bug <text> – 錯誤說明
單行簡易註解