Skip to content

Instantly share code, notes, and snippets.

@mitsu-ksgr
Created July 10, 2014 03:12
Show Gist options
  • Select an option

  • Save mitsu-ksgr/5dd9e0e84246ac8ee51e to your computer and use it in GitHub Desktop.

Select an option

Save mitsu-ksgr/5dd9e0e84246ac8ee51e to your computer and use it in GitHub Desktop.
【汎用】自分用のコメント文のテンプレート
//------------------------------ 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