Remove weird character from ctf-btr.h
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 Aug 2016 19:17:23 +0000 (15:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:05 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ctf-reader-proto/ctf-btr/ctf-btr.h

index 18244b08db50afbee5df3e1f7c54e85304fde643..7548415527b4860cfedfead5d1c01ce2fe929d65 100644 (file)
@@ -315,7 +315,7 @@ void bt_ctf_btr_destroy(struct bt_ctf_btr *btr);
  *                             binary packet containing \p type (bits)
  * @param sz                   Size of buffer in bytes (from \p buf)
  * @param status               Returned status (see description above)
- * ­@returns                  Number of consumed bits
+ * @returns                    Number of consumed bits
  */
 size_t bt_ctf_btr_start(struct bt_ctf_btr *btr,
                struct bt_ctf_field_type *type, const uint8_t *buf,
@@ -343,7 +343,7 @@ size_t bt_ctf_btr_start(struct bt_ctf_btr *btr,
  * @param buf          Buffer
  * @param sz           Size of buffer in bytes (from \p offset)
  * @param status       Returned status (see description above)
- * ­@returns          Number of consumed bits
+ * @returns            Number of consumed bits
  */
 size_t bt_ctf_btr_continue(struct bt_ctf_btr *btr,
                const uint8_t *buf, size_t sz,
This page took 0.026645 seconds and 4 git commands to generate.