From 7983414b33b43e76fc9766067b27060772150dbf Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 28 Oct 2016 20:44:39 -0700 Subject: Clean-up doxygen documentation Fixes: #81. --- include/fuse.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 4e7d46e..45c84ad 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -1079,12 +1079,12 @@ typedef struct fuse_fs *(*fuse_module_factory_t)(struct fuse_args *args, /** * Register filesystem module * - * If the "-omodules=@name_:..." option is present, filesystem - * objects are created and pushed onto the stack with the @factory_ + * If the "-omodules=*name*_:..." option is present, filesystem + * objects are created and pushed onto the stack with the *factory_* * function. * - * @name_ the name of this filesystem module - * @factory_ the factory function for this filesystem module + * @param name_ the name of this filesystem module + * @param factory_ the factory function for this filesystem module */ #define FUSE_REGISTER_MODULE(name_, factory_) \ fuse_module_factory_t fuse_module_ ## name_ ## _factory = factory_; -- cgit v1.2.3