From 8c4d315108352f9cc2c0d141989b4c01faff8b9e Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Fri, 7 May 2021 18:43:30 +0900 Subject: Fix doxygen warnings. (#600) Some parameters were undocumented, and @file does not mean to expand current file name. --- example/invalidate_path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/invalidate_path.c') diff --git a/example/invalidate_path.c b/example/invalidate_path.c index 61ec351..9159b2f 100644 --- a/example/invalidate_path.c +++ b/example/invalidate_path.c @@ -19,10 +19,10 @@ * * ## Compilation ## * - * gcc -Wall @file `pkg-config fuse3 --cflags --libs` -o invalidate_path + * gcc -Wall invalidate_path.c `pkg-config fuse3 --cflags --libs` -o invalidate_path * * ## Source code ## - * \include @file + * \include invalidate_path.c */ #define FUSE_USE_VERSION 34 -- cgit v1.2.3