aboutsummaryrefslogtreecommitdiffstats
path: root/example/printcap.c
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@debian.org>2021-05-07 18:43:30 +0900
committerGitHub <noreply@github.com>2021-05-07 10:43:30 +0100
commit8c4d315108352f9cc2c0d141989b4c01faff8b9e (patch)
tree12d8c7d18dfcb889bb8782205b10f10c8ac8f16c /example/printcap.c
parent98e261cfabb90a7c15cd77d1d30b2693a00cdb1d (diff)
downloadlibfuse-8c4d315108352f9cc2c0d141989b4c01faff8b9e.tar.gz
Fix doxygen warnings. (#600)
Some parameters were undocumented, and @file does not mean to expand current file name.
Diffstat (limited to 'example/printcap.c')
-rw-r--r--example/printcap.c2
1 files changed, 1 insertions, 1 deletions
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