fix 64bit warnings
[libfirm] / ir / adt / hungarian.c
index 943567e..05910a9 100644 (file)
  ********************************************************************
  ********************************************************************/
 
-/* $Id$ */
-
+/**
+ * @file
+ * @brief   Solving the Minimum Assignment Problem using the Hungarian Method.
+ * @version $Id$
+ */
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif