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_lowlevel.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'include/fuse_lowlevel.h') 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 -- cgit v1.2.3