aboutsummaryrefslogtreecommitdiff
path: root/example/fselclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fselclient.c')
-rwxr-xr-x[-rw-r--r--]example/fselclient.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/example/fselclient.c b/example/fselclient.c
index 7c4b837..ac8b7b0 100644..100755
--- a/example/fselclient.c
+++ b/example/fselclient.c
@@ -6,9 +6,23 @@
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 <config.h>
+
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>