summaryrefslogtreecommitdiff
path: root/doc/manual/app.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/app.txt')
-rw-r--r--doc/manual/app.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/app.txt b/doc/manual/app.txt
new file mode 100644
index 00000000..989e6e67
--- /dev/null
+++ b/doc/manual/app.txt
@@ -0,0 +1,9 @@
+/** @page appdocs OpenOCD Application APIs
+
+The top-level APIs in the OpenOCD library allow applications to integrate
+all of the low-level functionality using a set of simple function calls.
+
+These function calls do not exist in a re-usable form, but
+contributions to create and document them will be welcome.
+
+ */