From: Jérémie Galarneau Date: Fri, 7 Aug 2015 19:10:18 +0000 (-0400) Subject: Clean-up: Remove java-doc style function header from session.h X-Git-Tag: v2.8.0-rc1~505 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=36dc412872fcb66af429ad895bb6bf8eaf258d78 Clean-up: Remove java-doc style function header from session.h While we should move to a consistent API documentation style, this function's documentation is inconsistent with the rest of the public LTTng API. Signed-off-by: Jérémie Galarneau --- diff --git a/include/lttng/session.h b/include/lttng/session.h index 302f0fc02..e0594d2e8 100644 --- a/include/lttng/session.h +++ b/include/lttng/session.h @@ -139,10 +139,10 @@ extern int lttng_untrack_pid(struct lttng_handle *handle, int pid); /* * 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. */