diff options
Diffstat (limited to 'example/notify_store_retrieve.c')
-rw-r--r-- | example/notify_store_retrieve.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 */ |