From 2a8711a125c17588dfb69ac597d530b6509de152 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Sat, 12 Nov 2011 17:35:14 +0100 Subject: [PATCH] Fix a misplaced doxygen comment. Signed-off-by: Richard Cochran --- servo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servo.h b/servo.h index 5310f28..c63aa86 100644 --- a/servo.h +++ b/servo.h @@ -20,7 +20,8 @@ #ifndef HAVE_SERVO_H #define HAVE_SERVO_H -struct servo; /** Opaque type */ +/** Opaque type */ +struct servo; /** * Defines the caller visible states of a clock servo.