aboutsummaryrefslogtreecommitdiffstats
path: root/example/ioctl_client.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/ioctl_client.c
parentb27033bc35dcef9d4a65788bd613473add3e3887 (diff)
downloadlibfuse-7983414b33b43e76fc9766067b27060772150dbf.tar.gz
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'example/ioctl_client.c')
-rw-r--r--example/ioctl_client.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/example/ioctl_client.c b/example/ioctl_client.c
index 83ede65..a58a897 100644
--- a/example/ioctl_client.c
+++ b/example/ioctl_client.c
@@ -10,15 +10,14 @@
*/
/** @file
- * @tableofcontents
*
* This program tests the ioctl.c example file systsem.
*
- * \section section_compile compiling this example
+ * Compile with:
*
- * gcc -Wall ioctl_client.c -o ioctl_client
+ * gcc -Wall ioctl_client.c -o ioctl_client
*
- * \section section_source the complete source
+ * ## Source code ##
* \include ioctl_client.c
*/