aboutsummaryrefslogtreecommitdiff
path: root/example/notify_store_retrieve.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-28 20:44:39 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-28 20:44:39 -0700
commit7983414b33b43e76fc9766067b27060772150dbf (patch)
tree5adcac69cbe50affc7b9ff2185743dd9e62cada0 /example/notify_store_retrieve.c
parentb27033bc35dcef9d4a65788bd613473add3e3887 (diff)
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'example/notify_store_retrieve.c')
-rw-r--r--example/notify_store_retrieve.c5
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
*/