aboutsummaryrefslogtreecommitdiff
path: root/example/ioctl.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/ioctl.c
parentb27033bc35dcef9d4a65788bd613473add3e3887 (diff)
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'example/ioctl.c')
-rw-r--r--example/ioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/ioctl.c b/example/ioctl.c
index 0a4c14d..734765d 100644
--- a/example/ioctl.c
+++ b/example/ioctl.c
@@ -14,11 +14,11 @@
* process (a restricted set of) ioctls. It can be tested with the
* ioctl_client.c program.
*
- * \section section_compile compiling this example
+ * Compile with:
*
- * gcc -Wall ioctl.c `pkg-config fuse3 --cflags --libs` -o ioctl
+ * gcc -Wall ioctl.c `pkg-config fuse3 --cflags --libs` -o ioctl
*
- * \section section_source the complete source
+ * ## Source code ##
* \include ioctl.c
*/