for i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g' -i modeconv.h; done
[libfirm] / ir / adt / gaussjordan.h
index 98b0a01..c89977b 100644 (file)
@@ -1,5 +1,9 @@
-#ifndef FIRM_GAUSSJORDAN_H_
-#define FIRM_GAUSSJORDAN_H_
+/**
+ * @file
+ * @brief solves a system of linear equations
+ */
+#ifndef FIRM_ADT_GAUSSJORDAN_H
+#define FIRM_ADT_GAUSSJORDAN_H
 
 /**
  * solves a system of linear equations and returns 0 if successful