aboutsummaryrefslogtreecommitdiff
path: root/example/cli/odp_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/cli/odp_cli.c')
-rw-r--r--example/cli/odp_cli.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/example/cli/odp_cli.c b/example/cli/odp_cli.c
index 5f87b2a78..381fc8a59 100644
--- a/example/cli/odp_cli.c
+++ b/example/cli/odp_cli.c
@@ -1,15 +1,15 @@
-/* Copyright (c) 2021, Nokia
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2021 Nokia
*/
-/*
- * ODP CLI Helper Example
+/**
+ * @example odp_cli.c
*
* This example shows how to start and stop ODP CLI using the CLI helper
* API functions. This example application can also be used to try out
* the CLI by connecting to a running application with a telnet client.
+ *
+ * @cond _ODP_HIDE_FROM_DOXYGEN_
*/
#include <odp_api.h>