aboutsummaryrefslogtreecommitdiff
path: root/example/notify_inval_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/notify_inval_inode.c')
-rw-r--r--example/notify_inval_inode.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c
index 934be60..9bb9316 100644
--- a/example/notify_inval_inode.c
+++ b/example/notify_inval_inode.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.
@@ -51,11 +50,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_inval_inode.c `pkg-config fuse3 --cflags --libs` -o notify_inval_inode
*
- * \section section_source the complete source
+ * ## Source code ##
* \include notify_inval_inode.c
*/