1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/lib/tevent/doc/tevent_tutorial.dox
Jeremy Allison 68077c617b lib: tevent: docs: Add tutorial on thread usage.
Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
2015-11-05 18:04:23 +01:00

23 lines
336 B
Plaintext

/**
@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
@subpage tevent_thread
*/