Clean-up: Remove java-doc annotations from function header
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2015 16:23:28 +0000 (12:23 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2015 19:17:23 +0000 (15:17 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/lib/lttng-ctl/lttng-ctl.c

index 27588f2047c7f3061c4af3fa2f0853066d11bf05..779ee675fc92257e58c910dc4ee44703b3cfa08d 100644 (file)
@@ -1994,10 +1994,10 @@ end:
 /*
  * List PIDs in the tracker.
  *
- * @enabled is set to whether the PID tracker is enabled.
- * @pids is set to an allocated array of PIDs currently tracked. On
- * success, @pids must be freed by the caller.
- * @nr_pids is set to the number of entries contained by the @pids array.
+ * enabled is set to whether the PID tracker is enabled.
+ * pids is set to an allocated array of PIDs currently tracked. On
+ * success, pids must be freed by the caller.
+ * nr_pids is set to the number of entries contained by the pids array.
  *
  * Returns 0 on success, else a negative LTTng error code.
  */
This page took 0.026427 seconds and 4 git commands to generate.