aboutsummaryrefslogtreecommitdiff
path: root/example/cuse_client.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/cuse_client.c
parentb27033bc35dcef9d4a65788bd613473add3e3887 (diff)
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'example/cuse_client.c')
-rwxr-xr-xexample/cuse_client.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/example/cuse_client.c b/example/cuse_client.c
index 3e47635..cc85c20 100755
--- a/example/cuse_client.c
+++ b/example/cuse_client.c
@@ -8,7 +8,6 @@
*/
/** @file
- * @tableofcontents
*
* This program tests the cuse.c example file system.
*
@@ -29,11 +28,11 @@
* hello
* transferred 6 bytes (6 -> 6)
*
- * \section section_compile compiling this example
+ * Compiling this example
*
- * gcc -Wall cuse_client.c -o cuse_client
+ * gcc -Wall cuse_client.c -o cuse_client
*
- * \section section_source the complete source
+ * ## Source Code ##
* \include cuse_client.c
*/