Skip to content

Commit

Permalink
update r715
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 5, 2014
1 parent 9bfbaf5 commit 370bbf8
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions include/iutest_ver.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//======================================================================
//-----------------------------------------------------------------------
/**
* @file iutest_ver.hpp
* @brief iris unit test version 定義 ファイル
* @file iutest_ver.hpp
* @brief iris unit test version 定義 ファイル
*
* @author t.shirayanagi
* @par copyright
* @author t.shirayanagi
* @par copyright
* Copyright (C) 2011-2014, Takazumi Shirayanagi\n
* This software is released under the new BSD License,
* see LICENSE
Expand All @@ -17,24 +17,24 @@

//======================================================================
// define
#define IUTEST_VER 0x01109918u //!< iutest version 1.10.99.18
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x10u //!< Minor Version
#define IUTEST_BUILD 0x99u //!< Build
#define IUTEST_REVISION 0x18u //!< Revision
#define IUTEST_VER 0x01109918u //!< iutest version 1.10.99.18
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x10u //!< Minor Version
#define IUTEST_BUILD 0x99u //!< Build
#define IUTEST_REVISION 0x18u //!< Revision

/**
* @mainpage
* @sa @b ProjectHome \n
* sourceforge : http://sourceforge.jp/projects/iutest/ \n
* github : https://github.com/srz-zumix/iutest \n
* google group: https://groups.google.com/forum/?fromgroups#!forum/g-iutest \n
* @sa @b ProjectHome \n
* sourceforge : http://sourceforge.jp/projects/iutest/ \n
* github : https://github.com/srz-zumix/iutest \n
* google group: https://groups.google.com/forum/?fromgroups#!forum/g-iutest \n
*
* @par copyright
* @par copyright
* Copyright (C) 2011-2014, Takazumi Shirayanagi\n
* This software is released under the new BSD License.
*
* @par LICENSE
* @par LICENSE
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:\n
Expand Down Expand Up @@ -62,8 +62,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/**
* @page CMDLINE コマンドラインオプション
* @par Command Line Options
* @page CMDLINE コマンドラインオプション
* @par Command Line Options
<table>
<tr><td>--help, -h </td><td></td><td>Generate help message.</td></tr>
<tr><td>--iutest_output </td><td>xml|junit[:path]</td><td>Path of xml report.</td></tr>
Expand All @@ -90,8 +90,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/**
* @page ENVIRONMENT_OPTIONS 環境変数オプション
* @par Environment variable Options
* @page ENVIRONMENT_OPTIONS 環境変数オプション
* @par Environment variable Options
<table>
<tr><td>IUTEST_OUTPUT=xml|junit[:path] </td><td>Path of xml report.</td></tr>
<tr><td>IUTEST_COLOR=yes|no|auto </td><td>Console color enable.</td></tr>
Expand All @@ -110,8 +110,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/**
* @page CHANGELOG 変更履歴
* @par Changes
* @page CHANGELOG 変更履歴
* @par Changes
<ul>
<li>v1.11.0.0
<ul>
Expand Down Expand Up @@ -576,16 +576,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/**
* @example main.cpp
* @example assertion.cpp
* @example disabledtest.cpp
* @example exception.cpp
* @example fixture.cpp
* @example matcher.cpp
* @example parameterized.cpp
* @example printto.cpp
* @example simple.cpp
* @example typed.cpp
* @example main.cpp
* @example assertion.cpp
* @example disabledtest.cpp
* @example exception.cpp
* @example fixture.cpp
* @example matcher.cpp
* @example parameterized.cpp
* @example printto.cpp
* @example simple.cpp
* @example typed.cpp
*/

#endif // INCG_IRIS_IUTEST_VER_HPP_D65CB7A7_D2AD_40FE_8F5F_8FBF376A0010_

0 comments on commit 370bbf8

Please sign in to comment.