diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2007-10-16 14:25:08 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2007-10-16 14:25:08 +0000 |
commit | b41c45be83d625097052b5362704f210795c6220 (patch) | |
tree | 0b67dbea565ecffa400496269661216d6b6a1dce /include/fuse_opt.h | |
parent | 68a9657062996e40c6d59746dd760374403e07e4 (diff) | |
download | libfuse-b41c45be83d625097052b5362704f210795c6220.tar.gz |
doc updates
Diffstat (limited to 'include/fuse_opt.h')
-rw-r--r-- | include/fuse_opt.h | 5 |
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" { |