From 84d05703dc0dbd206d09003a4ee3a59a3a9e86c7 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 25 Jun 2010 07:21:02 +0000 Subject: [PATCH] fix doxygen comment [r27652] --- ir/be/bearch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/bearch.h b/ir/be/bearch.h index cfbb9059f..e48af4a27 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -42,9 +42,9 @@ typedef enum arch_register_class_flags_t { arch_register_class_flag_none = 0, - /**< don't do automatic register allocation for this class */ + /** don't do automatic register allocation for this class */ arch_register_class_flag_manual_ra = 1U << 0, - /**< the register models an abstract state (example: fpu rounding mode) */ + /** the register models an abstract state (example: fpu rounding mode) */ arch_register_class_flag_state = 1U << 1 } arch_register_class_flags_t; -- 2.20.1