From: Michael Beck Date: Wed, 7 Feb 2007 18:17:03 +0000 (+0000) Subject: doxygen docu added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=4f84cfe7bebe6b0934cfeab3685fd05c9926ae75;p=libfirm doxygen docu added [r8610] --- 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 };