From a4caba8123fe35e1a431b7b1998ac9e4eb6064c2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 3 Feb 2003 10:39:11 +0000 Subject: [PATCH] More doxygen comments [r722] --- ir/ir/irmode_t.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/ir/irmode_t.h b/ir/ir/irmode_t.h index 24606a186..547af1094 100644 --- a/ir/ir/irmode_t.h +++ b/ir/ir/irmode_t.h @@ -6,6 +6,9 @@ # include "irmode.h" +/** + * The type of a mode + */ struct ir_mode { modecode code; ident *name; /**< Name of this mode */ -- 2.20.1