Fix API doc's content and style for enum. FT mapping iterator
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 25 Jan 2017 01:11:53 +0000 (20:11 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:09 +0000 (14:09 -0400)
commit5c3f3b7ee3f3eb7a781266f660da3c9bb523277d
tree3fd5e1b6f447b47df501868f2c586aecd69d05a3
parent97faf54fa14020962e969941677b3c8bb25e4108
Fix API doc's content and style for enum. FT mapping iterator

Also, remove bt_ctf_field_type_enumeration_mapping_iterator_get_name(),
since you can achieve the same with
bt_ctf_field_type_enumeration_mapping_iterator_get_signed() or
bt_ctf_field_type_enumeration_mapping_iterator_get_unsigned() with the
two last parameters set to NULL.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/api/Doxyfile.in
formats/ctf/ir/field-types.c
include/babeltrace/ctf-ir/field-types.h
include/babeltrace/ctf-ir/fields.h
tests/lib/test_ctf_writer.c
This page took 0.025475 seconds and 4 git commands to generate.