aboutsummaryrefslogtreecommitdiffstats
path: root/example/poll.c
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-28 20:44:39 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-28 20:44:39 -0700
commit7983414b33b43e76fc9766067b27060772150dbf (patch)
tree5adcac69cbe50affc7b9ff2185743dd9e62cada0 /example/poll.c
parentb27033bc35dcef9d4a65788bd613473add3e3887 (diff)
downloadlibfuse-7983414b33b43e76fc9766067b27060772150dbf.tar.gz
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'example/poll.c')
-rw-r--r--example/poll.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/example/poll.c b/example/poll.c
index 10175a3..36a1371 100644
--- a/example/poll.c
+++ b/example/poll.c
@@ -8,17 +8,16 @@
*/
/** @file
- * @tableofcontents
*
* This example illustrates how to write a FUSE file system that
* supports polling for changes that don't come through the kernel. It
* can be tested with the poll_client.c program.
*
- * \section section_compile compiling this example
+ * Compile with:
*
- * gcc -Wall poll.c `pkg-config fuse3 --cflags --libs` -o poll
+ * gcc -Wall poll.c `pkg-config fuse3 --cflags --libs` -o poll
*
- * \section section_source the complete source
+ * ## Source code ##
* \include poll.c
*/