aboutsummaryrefslogtreecommitdiff
path: root/example/notify_inval_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/notify_inval_entry.c')
-rw-r--r--example/notify_inval_entry.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c
index 7c33dc4..30192d1 100644
--- a/example/notify_inval_entry.c
+++ b/example/notify_inval_entry.c
@@ -7,7 +7,6 @@
*/
/** @file
- * @tableofcontents
*
* This example implements a file system with a single file whose
* file name changes dynamically to reflect the current time.
@@ -65,11 +64,11 @@
* $ sleep 1; stat mnt/$file
* stat: cannot stat ‘mnt/Time_is_20h_42m_11s’: No such file or directory
*
- * \section section_compile compiling this example
+ * ## Compilation ##
*
* gcc -Wall notify_inval_entry.c `pkg-config fuse3 --cflags --libs` -o notify_inval_entry
*
- * \section section_source the complete source
+ * ## Source code ##
* \include notify_inval_entry.c
*/