aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-10-16 14:25:08 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-10-16 14:25:08 +0000
commitb41c45be83d625097052b5362704f210795c6220 (patch)
tree0b67dbea565ecffa400496269661216d6b6a1dce /include/fuse_lowlevel.h
parent68a9657062996e40c6d59746dd760374403e07e4 (diff)
downloadlibfuse-b41c45be83d625097052b5362704f210795c6220.tar.gz
doc updates
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index b55eeb2..0d97b69 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -9,14 +9,15 @@
#ifndef _FUSE_LOWLEVEL_H_
#define _FUSE_LOWLEVEL_H_
-/* =========================================================== *
- * Low level API *
- * =========================================================== */
-
-/* IMPORTANT: you should define FUSE_USE_VERSION before including this
- header. To use the newest API define it to 26 (recommended for any
- new application), to use the old API define it to 24 (default) or
- 25 */
+/** @file
+ *
+ * Low level API
+ *
+ * IMPORTANT: you should define FUSE_USE_VERSION before including this
+ * header. To use the newest API define it to 26 (recommended for any
+ * new application), to use the old API define it to 24 (default) or
+ * 25
+ */
#ifndef FUSE_USE_VERSION
#define FUSE_USE_VERSION 24