aboutsummaryrefslogtreecommitdiffstats
path: root/example/fioclient.c
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-07-17 15:14:55 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2013-07-17 15:14:55 +0200
commit95e71dd19ebf1ddf7e5285d21ba9001d44e30f7a (patch)
tree4aed700227e21d21790e683cb737a9df9effc06d /example/fioclient.c
parentf9a7c2b1135beeacbdcecab9065eddd2f7e68dbd (diff)
parentf4f87bba1266e6135e300ac6853efb9708aabce9 (diff)
downloadlibfuse-95e71dd19ebf1ddf7e5285d21ba9001d44e30f7a.tar.gz
Merge https://github.com/qknight/fuse-fuse
Diffstat (limited to 'example/fioclient.c')
-rwxr-xr-x[-rw-r--r--]example/fioclient.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/example/fioclient.c b/example/fioclient.c
index 5f05525..9718622 100644..100755
--- a/example/fioclient.c
+++ b/example/fioclient.c
@@ -5,10 +5,23 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
-
- gcc -Wall fioclient.c -o fioclient
*/
+/** @file
+ * @tableofcontents
+ *
+ * fioclient.c - FUSE fioclient: FUSE ioctl example client
+ *
+ * \section section_compile compiling this example
+ *
+ * gcc -Wall fioclient.c -o fioclient
+ *
+ * \section section_source the complete source
+ * fioclient.c
+ * \include fioclient.c
+ */
+
+
#include <sys/types.h>
#include <sys/fcntl.h>
#include <sys/stat.h>