make the character used for specifying elf types configurable in begnuas and use...
[libfirm] / ir / be / bemodule_t.h
index 912c4a5..c78bfe7 100644 (file)
 
 #include "bemodule.h"
 
+/**
+ * A module list entry.
+ */
 struct be_module_list_entry_t {
-       const char *name;
-       void *data;
-       struct be_module_list_entry_t *next;
+       const char *name;                    /**< The name of the entry. */
+       void *data;                          /**< Some data associated with this entry. */
+       struct be_module_list_entry_t *next; /**< Points to the next entry. */
 };
 
 #endif /* FIRM_BE_BEMODULE_T_H */