aboutsummaryrefslogtreecommitdiffstats
path: root/example/fselclient.c
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2013-06-20 19:18:18 +0200
committerJoachim Schiele <js@lastlog.de>2013-06-20 19:18:18 +0200
commitea7227db439cc0e02a7ed69feae75fac6dfcc637 (patch)
tree7203bac45bf5594ed77fea2fbf037e92daacf539 /example/fselclient.c
parent18c59ab4893cf3c64762556aa0af2cac638655df (diff)
downloadlibfuse-ea7227db439cc0e02a7ed69feae75fac6dfcc637.tar.gz
- added a doxygen main page
- modified all examples to be included in doxygen - modified the API documentation to have more details - added the 490px_FUSE_structure.svg.png (c) wikipedia
Diffstat (limited to 'example/fselclient.c')
-rwxr-xr-x[-rw-r--r--]example/fselclient.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/example/fselclient.c b/example/fselclient.c
index 7c4b837..2e2e571 100644..100755
--- a/example/fselclient.c
+++ b/example/fselclient.c
@@ -6,9 +6,22 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
- gcc -Wall fselclient.c -o fselclient
*/
+/** @file
+ * @tableofcontents
+ *
+ * fselclient.c - FUSE fselclient: FUSE select example client
+ *
+ * \section section_compile compiling this example
+ *
+ * gcc -Wall fselclient.c -o fselclient
+ *
+ * \section section_source the complete source
+ * \include fselclient.c
+ */
+
+
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>