aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_opt.h
diff options
context:
space:
mode:
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" {