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/notify_store_retrieve.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'example/notify_store_retrieve.c') diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c index 6c8678a..440a7f8 100644 --- a/example/notify_store_retrieve.c +++ b/example/notify_store_retrieve.c @@ -7,7 +7,6 @@ */ /** @file - * @tableofcontents * * This example implements a file system with a single file whose * contents change dynamically: it always contains the current time. @@ -50,11 +49,11 @@ * The current time is 15:58:43 * The current time is 15:58:44 * - * \section section_compile compiling this example + * ## Compilation ## * * gcc -Wall notify_store_retrieve.c `pkg-config fuse3 --cflags --libs` -o notify_store_retrieve * - * \section section_source the complete source + * ## Source code ## * \include notify_store_retrieve.c */ -- cgit v1.2.3