From 4f84cfe7bebe6b0934cfeab3685fd05c9926ae75 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 7 Feb 2007 18:17:03 +0000 Subject: [PATCH] doxygen docu added [r8610] --- ir/ir/iredgekinds.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ir/ir/iredgekinds.h b/ir/ir/iredgekinds.h index 7b46a2da2..2bcf1d561 100644 --- a/ir/ir/iredgekinds.h +++ b/ir/ir/iredgekinds.h @@ -10,10 +10,11 @@ #ifndef _IREDGEKINDS_H #define _IREDGEKINDS_H +/** Supported Edge kinds. */ enum _ir_edge_kind_t { - EDGE_KIND_NORMAL, - EDGE_KIND_BLOCK, - EDGE_KIND_DEP, + EDGE_KIND_NORMAL, /**< Normal data flow edges. */ + EDGE_KIND_BLOCK, /**< Block to Block control flow edges. */ + EDGE_KIND_DEP, /**< Dependency edges. */ EDGE_KIND_LAST }; -- 2.20.1