From 7983414b33b43e76fc9766067b27060772150dbf Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 28 Oct 2016 20:44:39 -0700 Subject: Clean-up doxygen documentation Fixes: #81. --- example/ioctl_client.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'example/ioctl_client.c') 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 */ -- cgit v1.2.3