diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-28 20:44:39 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-28 20:44:39 -0700 |
commit | 7983414b33b43e76fc9766067b27060772150dbf (patch) | |
tree | 5adcac69cbe50affc7b9ff2185743dd9e62cada0 /example/notify_inval_entry.c | |
parent | b27033bc35dcef9d4a65788bd613473add3e3887 (diff) | |
download | libfuse-7983414b33b43e76fc9766067b27060772150dbf.tar.gz |
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'example/notify_inval_entry.c')
-rw-r--r-- | example/notify_inval_entry.c | 5 |
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 */ |