diff options
author | Andreas Schneider <asn@samba.org> | 2013-06-12 13:55:13 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-06-12 19:54:30 +0200 |
commit | d6ce1402a964858bf40b23f34df01f1f01839d3a (patch) | |
tree | e33326c31a4d21228361ba4e7605a7aa1a8c62bf /lib/tevent/doc/mainpage.dox | |
parent | 1bce2510ca9a2eec20f2a32499f0839b768f7c4a (diff) | |
download | samba-d6ce1402a964858bf40b23f34df01f1f01839d3a.tar.gz samba-d6ce1402a964858bf40b23f34df01f1f01839d3a.tar.bz2 samba-d6ce1402a964858bf40b23f34df01f1f01839d3a.zip |
tevent: Link the tutorial on the mainpage.
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Jun 12 19:54:30 CEST 2013 on sn-devel-104
Diffstat (limited to 'lib/tevent/doc/mainpage.dox')
-rw-r--r-- | lib/tevent/doc/mainpage.dox | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/tevent/doc/mainpage.dox b/lib/tevent/doc/mainpage.dox index e2f986e1ef..5b76013ace 100644 --- a/lib/tevent/doc/mainpage.dox +++ b/lib/tevent/doc/mainpage.dox @@ -10,13 +10,18 @@ * Tevent also provide helpers to deal with asynchronous code providing the * tevent_req (tevent request) functions. * - * @section tevent_download Download + * @section main_tevent_tutorial Tutorial + * + * You should start by reading @subpage tevent_tutorial, then reading the + * documentation of the interesting functions as you go. + * + * @section main_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 + * @section main_tevent_bugs Discussion and bug reports * * tevent does not currently have its own mailing list or bug tracking system. * For now, please use the @@ -25,7 +30,7 @@ * <a href="http://bugzilla.samba.org/" target="_blank">Samba bugzilla</a> * bug tracking system. * - * @section tevent_devel Development + * @section main_tevent_devel Development * You can download the latest code either via git or rsync. * * To fetch via git see the following guide: |