From: Philippe Proulx Date: Wed, 26 Apr 2017 01:22:24 +0000 (-0400) Subject: field-types.h: API doc: add missing prehot{} X-Git-Tag: v2.0.0-pre1~350 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=1acbbff52db2878be4afb0f205cbb7eeef2b4730 field-types.h: API doc: add missing prehot{} Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/field-types.h b/include/babeltrace/ctf-ir/field-types.h index 74908cf1..b3d33feb 100644 --- a/include/babeltrace/ctf-ir/field-types.h +++ b/include/babeltrace/ctf-ir/field-types.h @@ -1551,6 +1551,7 @@ A mapping in \p enum_field_type can exist with the name \p name. @prenotnull{enum_field_type} @prenotnull{name} +@prehot{enum_field_type} @preisenumft{enum_field_type} @pre The wrapped @intft of \p enum_field_type is signed. @pre \p range_end is greater than or equal to \p range_begin. @@ -1589,6 +1590,7 @@ A mapping in \p enum_field_type can exist with the name \p name. @prenotnull{enum_field_type} @prenotnull{name} +@prehot{enum_field_type} @preisenumft{enum_field_type} @pre The wrapped @intft of \p enum_field_type is unsigned. @pre \p range_end is greater than or equal to \p range_begin.