- get_entity_nr() now takes an cont entity
[libfirm] / ir / tr / entity_t.h
index 43e7fd4..8e08842 100644 (file)
@@ -56,13 +56,13 @@ struct compound_graph_path {
                int       index;    /**< Array index.  To compute position of array elements */
                ir_entity *node;    /**< The accessed entity. */
        } list[1];            /**< List of entity/index tuple of length len to express the
-       access path. */
+                                  access path. */
 };
 
 /** The attributes for atomic entities. */
 typedef struct atomic_ent_attr {
-  ir_node *value;            /**< value if entity is not of variability uninitialized.
-                               Only for atomic entities. */
+       ir_node *value;            /**< value if entity is not of variability uninitialized.
+                                    Only for atomic entities. */
 } atomic_ent_attr;
 
 /** The attributes for compound entities. */
@@ -94,7 +94,11 @@ typedef struct method_ent_attr {
 } method_ent_attr;
 
 
-/** The type of an entity. */
+/**
+ * An abstract data type to represent program entities.
+ *
+ * @see  ir_type
+ */
 struct ir_entity {
        firm_kind kind;       /**< The dynamic type tag for entity. */
        ident *name;          /**< The name of this entity. */