added doxygen comments
authorMatthias Braun <matze@braunis.de>
Wed, 2 May 2007 13:35:17 +0000 (13:35 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 2 May 2007 13:35:17 +0000 (13:35 +0000)
[r13595]

ir/be/TEMPLATE/bearch_TEMPLATE.h
ir/be/TEMPLATE/bearch_TEMPLATE_t.h
ir/be/mips/mips_scheduler.h
ir/be/ppc32/ppc32_nodes_attr.h

index cc4aa36..bab0c7b 100644 (file)
  * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  * PURPOSE.
  */
+
+/**
+ * @file
+ * @brief   declarations for TEMPLATE backend
+ * @version $Id$
+ */
 #ifndef FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_H
 #define FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_H
 
index 259f1d5..bc790c6 100644 (file)
  * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  * PURPOSE.
  */
+
+/**
+ * @file
+ * @brief   declarations for TEMPALTE backend -- private header
+ * @version $Id$
+ */
 #ifndef FIRM_BE_IA32_BEARCH_TEMPLATE_T_H
 #define FIRM_BE_IA32_BEARCH_TEMPLATE_T_H
 
index a2d5532..d2feae8 100644 (file)
  * PURPOSE.
  */
 
-#ifndef _MIPS_SCHEDULER_H_
-#define _MIPS_SCHEDULER_H_
+/**
+ * @file
+ * @brief   mips scheduler
+ * @author  Matthias Braun, Mehdi
+ * @version $Id$
+ */
+#ifndef FIRM_BE_MIPS_MIPS_SCHEDULER_H
+#define FIRM_BE_MIPS_MIPS_SCHEDULER_H
 
 #include "../besched_t.h"
 
index 3775ffe..74ed775 100644 (file)
  * PURPOSE.
  */
 
-#ifndef _PPC32_NODES_ATTR_H_
-#define _PPC32_NODES_ATTR_H_
+/**
+ * @file
+ * @brief   declarations for ppc32 node attributes
+ * @author  Moritz Kroll, Jens Mueller
+ * @version $Id$
+ */
+#ifndef FIRM_BE_PPC32_PPC32_NODES_ATTR_H
+#define FIRM_BE_PPC32_PPC32_NODES_ATTR_H
 
 #include "../bearch_t.h"
 
@@ -67,4 +73,4 @@ typedef struct _ppc32_attr_t {
        const arch_register_t *slots[1];       /**< register slots for assigned registers */
 } ppc32_attr_t;
 
-#endif /* _PPC32_NODES_ATTR_H_ */
+#endif