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/printcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/printcap.c') diff --git a/example/printcap.c b/example/printcap.c index bf058f5..472a597 100644 --- a/example/printcap.c +++ b/example/printcap.c @@ -16,7 +16,7 @@ * gcc -Wall printcap.c `pkg-config fuse3 --cflags --libs` -o printcap * * ## Source code ## - * \include @file + * \include printcap.c */ #define FUSE_USE_VERSION 31 -- cgit v1.2.3