Created
July 10, 2014 03:12
-
-
Save mitsu-ksgr/5dd9e0e84246ac8ee51e to your computer and use it in GitHub Desktop.
【汎用】自分用のコメント文のテンプレート
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //------------------------------ Common Template ------------------------------// | |
| //////////////////////////////////////////////////////////////////////////////// | |
| // | |
| //////////////////////////////////////////////////////////////////////////////// | |
| /****************************************************************************** | |
| * | |
| ******************************************************************************/ | |
| //------------------------------------------------------------------------------ | |
| // | |
| //------------------------------------------------------------------------------ | |
| //----------------------------------------------- | |
| // | |
| //----------------------------------------------- | |
| //----------------------------------------------------- | |
| // | |
| //----------------------------------------------------- | |
| ///////////////////////////////////////////////// | |
| // | |
| ///////////////////////////////////////////////// | |
| //----------------------------------------------- | |
| // | |
| //----------------------------------------------- | |
| // | |
| //------------------------------ for Doxygen ------------------------------// | |
| // for File Description. | |
| /**************************************************************************//** | |
| * @file File.hpp | |
| * @brief ファイルの説明 | |
| * @par 段落。複数追加可能 | |
| * | |
| * @author Mitsu | |
| * @date 2014-06-03. 作成 | |
| ******************************************************************************/ | |
| // for Class/Interface Description. | |
| /**************************************************************************//** | |
| * @brief クラスの説明 | |
| * @author Mitsu | |
| * @date 2014-06-04. 作成 | |
| ******************************************************************************/ | |
| // for Inner class. | |
| /*************************************************//** | |
| * @brief Class Description. | |
| * @author Mitsu | |
| * @date 2014-06-04. 追加 | |
| */ | |
| // for Function | |
| /** | |
| * @brief 関数の概要 | |
| * @param param1 引数の説明1 | |
| * @param param2 引数の説明2 | |
| * @return 返り値の説明 | |
| * @author Mitsu | |
| * @date 2014-06-04. 作成 | |
| * @sa 参照 | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment