aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_opt.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_opt.h
parent68a9657062996e40c6d59746dd760374403e07e4 (diff)
downloadlibfuse-b41c45be83d625097052b5362704f210795c6220.tar.gz
doc updates
Diffstat (limited to 'include/fuse_opt.h')
-rw-r--r--include/fuse_opt.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/fuse_opt.h b/include/fuse_opt.h
index fbf502f..6534509 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.h
@@ -9,7 +9,10 @@
#ifndef _FUSE_OPT_H_
#define _FUSE_OPT_H_
-/* This file defines the option parsing interface of FUSE */
+/** @file
+ *
+ * This file defines the option parsing interface of FUSE
+ */
#ifdef __cplusplus
extern "C" {