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/cuse.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'example/cuse.c') diff --git a/example/cuse.c b/example/cuse.c index 443d308..e5514e9 100644 --- a/example/cuse.c +++ b/example/cuse.c @@ -9,7 +9,6 @@ */ /** @file - * @tableofcontents * * This example demonstrates how to implement a character device in * userspace ("CUSE"). This is only allowed for root. The character @@ -23,11 +22,11 @@ * You should now have a new /dev/mydevice character device. To "unmount" it, * kill the "cuse" process. * - * \section section_compile compiling this example + * To compile this example, run * * gcc -Wall cuse.c `pkg-config fuse3 --cflags --libs` -o cuse * - * \section section_source the complete source + * ## Source code ## * \include cuse.c */ -- cgit v1.2.3