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. --- example/ioctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example/ioctl.c') diff --git a/example/ioctl.c b/example/ioctl.c index 0a4c14d..734765d 100644 --- a/example/ioctl.c +++ b/example/ioctl.c @@ -14,11 +14,11 @@ * process (a restricted set of) ioctls. It can be tested with the * ioctl_client.c program. * - * \section section_compile compiling this example + * Compile with: * - * gcc -Wall ioctl.c `pkg-config fuse3 --cflags --libs` -o ioctl + * gcc -Wall ioctl.c `pkg-config fuse3 --cflags --libs` -o ioctl * - * \section section_source the complete source + * ## Source code ## * \include ioctl.c */ -- cgit v1.2.3