diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-04 23:07:03 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-05-05 09:28:04 +0200 |
commit | dc2f962aacf018cefcf857b3ab05fdfa1aa1250c (patch) | |
tree | d052a1012d35d61313a299650183c091ccbb7aa3 /lib | |
parent | 239d59feab872a889268497ab6cfc88eb60ed42e (diff) | |
download | samba-dc2f962aacf018cefcf857b3ab05fdfa1aa1250c.tar.gz |
tevent: Started a tevent_queue tutorial.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/doc/tutorials.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/tevent/doc/tutorials.dox b/lib/tevent/doc/tutorials.dox new file mode 100644 index 00000000000..ba1fd904e31 --- /dev/null +++ b/lib/tevent/doc/tutorials.dox @@ -0,0 +1,9 @@ +/** + * @page tevent_queue_tutorial teven_queue tutorial + * + * @section something Something + * + * @todo Write down the logic how to use teven_queue + * + * guru meditation + */ |