aboutsummaryrefslogtreecommitdiffstats
path: root/example/cusexmp.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/cusexmp.c
parentf9a7c2b1135beeacbdcecab9065eddd2f7e68dbd (diff)
parentf4f87bba1266e6135e300ac6853efb9708aabce9 (diff)
downloadlibfuse-95e71dd19ebf1ddf7e5285d21ba9001d44e30f7a.tar.gz
Merge https://github.com/qknight/fuse-fuse
Diffstat (limited to 'example/cusexmp.c')
-rwxr-xr-x[-rw-r--r--]example/cusexmp.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/example/cusexmp.c b/example/cusexmp.c
index b69f97c..a02818c 100644..100755
--- a/example/cusexmp.c
+++ b/example/cusexmp.c
@@ -6,9 +6,22 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
- gcc -Wall cusexmp.c `pkg-config fuse --cflags --libs` -o cusexmp
*/
+/** @file
+ * @tableofcontents
+ *
+ * cusexmp.c - CUSE example: Character device in Userspace
+ *
+ * \section section_compile compiling this example
+ *
+ * gcc -Wall cusexmp.c `pkg-config fuse --cflags --libs` -o cusexmp
+ *
+ * \section section_source the complete source
+ * \include cusexmp.c
+ */
+
+
#define FUSE_USE_VERSION 30
#include <cuse_lowlevel.h>