X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fdocs.c;h=97d41cd422178a609399c2105d490a1427ed4109;hb=7e92997539b481e31b5566b4885c8b5158488daa;hp=7616820aa983e645b61019599459b6aaf364ced8;hpb=b0c3997fdd553eca363dfd0f3c4da9938800acf9;p=platform%2Fupstream%2Fglib.git diff --git a/glib/docs.c b/glib/docs.c index 7616820..97d41cd 100644 --- a/glib/docs.c +++ b/glib/docs.c @@ -1456,6 +1456,7 @@ /** * GFloatIEEE754: + * @v_float: the double value * * The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the sign, * mantissa and exponent of IEEE floats and doubles. These unions are defined @@ -1465,6 +1466,7 @@ /** * GDoubleIEEE754: + * @v_double: the double value * * The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the sign, * mantissa and exponent of IEEE floats and doubles. These unions are defined @@ -1694,7 +1696,7 @@ /** * G_CONST_RETURN: * - * If %G_DISABLE_CONST_RETURNS is defined, this macro expands + * If G_DISABLE_CONST_RETURNS is defined, this macro expands * to nothing. By default, the macro expands to const. * The macro should be used in place of const for * functions that return a value that should not be modified. The @@ -1735,7 +1737,7 @@ * * This macro is used to export function prototypes so they can be linked * with an external version when no inlining is performed. The file which - * implements the functions should define %G_IMPLEMENTS_INLINES + * implements the functions should define G_IMPLEMENTS_INLINES * before including the headers which contain %G_INLINE_FUNC declarations. * Since inlining is very compiler-dependent using these macros correctly * is very difficult. Their use is strongly discouraged.