From b41c45be83d625097052b5362704f210795c6220 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 16 Oct 2007 14:25:08 +0000 Subject: doc updates --- include/fuse.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index dc0975a..22ec664 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -9,12 +9,15 @@ #ifndef _FUSE_H_ #define _FUSE_H_ -/* This file defines the library interface of FUSE */ - -/* 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 21 (default) 22 - or 25, to use the even older 1.X API define it to 11. */ +/** @file + * + * This file defines the library interface of FUSE + * + * 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 21 (default) 22 + * or 25, to use the even older 1.X API define it to 11. + */ #ifndef FUSE_USE_VERSION #define FUSE_USE_VERSION 21 @@ -443,7 +446,7 @@ struct fuse_context { void *private_data; }; -/* +/** * Main function of FUSE. * * This is for the lazy. This is all that has to be called from the -- cgit v1.2.3