summaryrefslogtreecommitdiff
path: root/lib/tevent/doc/tevent_tutorial.dox
diff options
context:
space:
mode:
authorDavid Koňař <konar.david@gmail.com>2013-06-12 13:54:36 +0200
committerAndreas Schneider <asn@samba.org>2013-06-12 18:05:16 +0200
commit1bce2510ca9a2eec20f2a32499f0839b768f7c4a (patch)
tree3fbcccc1ad61961e4ff2bb30a158d45f5671440c /lib/tevent/doc/tevent_tutorial.dox
parent7bad9d1fcd7ad78d060d95953ee6aaff5339bba6 (diff)
downloadsamba-1bce2510ca9a2eec20f2a32499f0839b768f7c4a.tar.gz
samba-1bce2510ca9a2eec20f2a32499f0839b768f7c4a.tar.bz2
samba-1bce2510ca9a2eec20f2a32499f0839b768f7c4a.zip
tevent: Add tevent tutorial files.
Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'lib/tevent/doc/tevent_tutorial.dox')
-rw-r--r--lib/tevent/doc/tevent_tutorial.dox20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/tevent/doc/tevent_tutorial.dox b/lib/tevent/doc/tevent_tutorial.dox
new file mode 100644
index 0000000000..9f01fa1062
--- /dev/null
+++ b/lib/tevent/doc/tevent_tutorial.dox
@@ -0,0 +1,20 @@
+/**
+@page tevent_tutorial The Tutorial
+
+@section tevent_tutorial_introduction Introduction
+
+Tutorial describing working with tevent library.
+
+@section tevent_tutorial_toc Table of contents
+
+@subpage tevent_context
+
+@subpage tevent_events
+
+@subpage tevent_data
+
+@subpage tevent_request
+
+@subpage tevent_queue
+
+*/