aboutsummaryrefslogtreecommitdiff
path: root/samples/examples.dox
diff options
context:
space:
mode:
Diffstat (limited to 'samples/examples.dox')
-rw-r--r--samples/examples.dox8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/examples.dox b/samples/examples.dox
index e0b0ea345e..4a41e30a48 100644
--- a/samples/examples.dox
+++ b/samples/examples.dox
@@ -38,4 +38,12 @@ memory for the inputs, outputs and inter layer memory.
@example CustomMemoryAllocatorSample.cpp
**/
+/**
+Yet another variant of the SimpleSample application. In this little sample app you will be shown how to run a
+network multiple times asynchronously.
+
+@note This is currently an experimental interface
+@example AsyncExecutionSample.cpp
+**/
+
}