summaryrefslogtreecommitdiff
path: root/lib/tevent/doc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2010-01-14 14:41:49 +0100
committerAndreas Schneider <asn@samba.org>2010-05-05 09:28:04 +0200
commit4263983cad2d9e3f0f536a3aa41352552ffa5ef8 (patch)
tree63e1d189cd92c4fdcae3f4548b6b1a1472bccacc /lib/tevent/doc
parent9e94354a4e193516b789f2027e223740fc2c9be9 (diff)
downloadsamba-4263983cad2d9e3f0f536a3aa41352552ffa5ef8.tar.gz
samba-4263983cad2d9e3f0f536a3aa41352552ffa5ef8.tar.bz2
samba-4263983cad2d9e3f0f536a3aa41352552ffa5ef8.zip
tevent: Added basic doxygen documentation.
Diffstat (limited to 'lib/tevent/doc')
-rw-r--r--lib/tevent/doc/mainpage.dox42
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/tevent/doc/mainpage.dox b/lib/tevent/doc/mainpage.dox
new file mode 100644
index 0000000000..5cd3969c78
--- /dev/null
+++ b/lib/tevent/doc/mainpage.dox
@@ -0,0 +1,42 @@
+/**
+ * @mainpage
+ *
+ * Tevent is an event system based on the talloc memory management library. It
+ * is the core event system used in Samba.
+ *
+ * The low level tevent has support for many event types, including timers,
+ * signals, and the classic file descriptor events.
+ *
+ * Tevent also provide helpers to deal with asynchronous code providing the
+ * tevent_req (tevent tequest) functions.
+ *
+ * @section tevent_download Download
+ *
+ * You can download the latest releases of tevent from the
+ * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
+ * on the samba public source archive.
+ *
+ * @section tevent_bugs Discussion and bug reports
+ *
+ * tevent does not currently have its own mailing list or bug tracking system.
+ * For now, please use the
+ * <a href="https://lists.samba.org/mailman/listinfo/samba-technical" target="_blank">samba-technical</a>
+ * mailing list, and the
+ * <a href="http://bugzilla.samba.org/" target="_blank">Samba bugzilla</a>
+ * bug tracking system.
+ *
+ * @section tevent_devel Development
+ * You can download the latest code either via git or rsync.
+ *
+ * To fetch via git see the following guide:
+ *
+ * <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development" target="_blank">Using Git for Samba Development</a>
+ *
+ * Once you have cloned the tree switch to the master branch and cd into the
+ * lib/tevent directory.
+ *
+ * To fetch via rsync use this command:
+ *
+ * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
+ *
+ */