ucx/test.h

changeset 135
a0aa1c15f46b
parent 134
4d320dc3a7af
child 138
7800811078b8
     1.1 --- a/ucx/test.h	Fri Aug 09 11:32:10 2013 +0200
     1.2 +++ b/ucx/test.h	Fri Aug 09 14:36:54 2013 +0200
     1.3 @@ -82,9 +82,10 @@
     1.4  
     1.5  #ifndef __FUNCTION__
     1.6  /**
     1.7 - * Alias for the __func__ preprocessor macro.
     1.8 - * Some compilers use __func__ and others use __FUNC__. We use __FUNC__ so we
     1.9 - * define it for those compilers which use __func__.
    1.10 + * Alias for the <code>__func__</code> preprocessor macro.
    1.11 + * Some compilers use <code>__func__</code> and others use __FUNC__.
    1.12 + * We use __FUNC__ so we define it for those compilers which use
    1.13 + * <code>__func__</code>.
    1.14   */
    1.15  #define __FUNCTION__ __func__
    1.16  #endif
    1.17 @@ -127,7 +128,8 @@
    1.18   * 
    1.19   * @param suite the suite, the test function shall be added to
    1.20   * @param test the test function to register
    1.21 - * @return EXIT_SUCCESS on success or EXIT_FAILURE on failure
    1.22 + * @return <code>EXIT_SUCCESS</code> on success or
    1.23 + * <code>EXIT_FAILURE</code> on failure
    1.24   */
    1.25  int ucx_test_register(UcxTestSuite* suite, UcxTest test);
    1.26  /**

mercurial