From 36dc412872fcb66af429ad895bb6bf8eaf258d78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 7 Aug 2015 15:10:18 -0400 Subject: [PATCH] Clean-up: Remove java-doc style function header from session.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- include/lttng/session.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. */ -- 2.34.1