aboutsummaryrefslogtreecommitdiff
path: root/doc/application-api-guide/odp.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/application-api-guide/odp.dox')
-rw-r--r--doc/application-api-guide/odp.dox22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/application-api-guide/odp.dox b/doc/application-api-guide/odp.dox
index 579217945..a03c5bab5 100644
--- a/doc/application-api-guide/odp.dox
+++ b/doc/application-api-guide/odp.dox
@@ -1,7 +1,5 @@
-/* Copyright (c) 2013, Linaro Limited
- * All rights reserved
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2013-2018 Linaro Limited
*/
/**
@@ -25,9 +23,9 @@
* compiled against a specific ODP implementation layer. The purpose
* of the implementation layer is to provide an optimal mapping of ODP
* APIs to the underlying capabilities (including hardware
- * co-processing and acceleration support) of of SoCs hosting ODP
+ * co-processing and acceleration support) of SoCs hosting ODP
* implementations. As a bootstrapping mechanism for applications, as
- * well as to provide a model for ODP implementers, ODP provides a
+ * well as provide a model for ODP implementers, ODP provides a
* 'linux-generic' reference implementation designed to run on any SoC
* which has a Linux kernel. While linux-generic is not a performance
* target, it does provide a starting point for ODP implementers and
@@ -36,12 +34,16 @@
* for general Linux data plane support.
*
* @section contact Contact Details
- * - The main web site is http://www.opendataplane.org/
- * - The git repo is https://git.linaro.org/lng/odp.git
- * - Bug tracking is https://bugs.linaro.org/buglist.cgi?product=OpenDataPlane
+ * - The main web site is https://www.opendataplane.org/
+ * - The git repo is https://github.com/OpenDataPlane/odp.git
+ * - Bug tracking is https://github.com/OpenDataPlane/odp/issues
*
*/
-/**@page contributing Contributing Guide Lines
+/**@page api_principles API Principles
+ * @verbinclude include/README
+ */
+
+/**@page contributing Contributing Guidelines
* @verbinclude CONTRIBUTING
*/