aboutsummaryrefslogtreecommitdiff
path: root/example/passthrough_fh.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/passthrough_fh.c
parentb27033bc35dcef9d4a65788bd613473add3e3887 (diff)
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'example/passthrough_fh.c')
-rw-r--r--example/passthrough_fh.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c
index 781f717..c807d75 100644
--- a/example/passthrough_fh.c
+++ b/example/passthrough_fh.c
@@ -8,7 +8,6 @@
*/
/** @file
- * @tableofcontents
*
* This file system mirrors the existing file system hierarchy of the
* system, starting at the root file system. This is implemented by
@@ -16,11 +15,11 @@
* libc functions. This implementation is a little more sophisticated
* than the one in passthrough.c, so performance is not quite as bad.
*
- * \section section_compile compiling this example
+ * Compile with:
*
- * gcc -Wall passthrough_fh.c `pkg-config fuse3 --cflags --libs` -lulockmgr -o passthrough_fh
+ * gcc -Wall passthrough_fh.c `pkg-config fuse3 --cflags --libs` -lulockmgr -o passthrough_fh
*
- * \section section_source the complete source
+ * ## Source code ##
* \include passthrough_fh.c
*/