Use @version tag
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 24 Aug 2009 15:15:36 +0000 (15:15 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 24 Aug 2009 15:15:36 +0000 (15:15 +0000)
[r26415]

include/libfirm/adt/plist.h
ir/adt/bipartite.c
ir/ana/phiclass.c

index 623a075..e43bebb 100644 (file)
@@ -19,9 +19,9 @@
 
 /**
  * @file
- * @author Kimon Hoffmann
- * @date   14.07.2005
- * @cvs-id $Id$
+ * @author  Kimon Hoffmann
+ * @date    14.07.2005
+ * @version $Id$
  * @brief   Simple, non circular, double linked pointer list.
  *          Created because the properties of the standard circular list were
  *          not very well suited for the interference graph implementation.
index c12dc3c..4c47e97 100644 (file)
@@ -19,9 +19,9 @@
 
 /**
  * @file
- * @brief  Specialized implementation for perfect bipartite matching.
- * @author Sebastian Hack
- * @cvs-id $Id$
+ * @brief   Specialized implementation for perfect bipartite matching.
+ * @author  Sebastian Hack
+ * @version $Id$
  */
 #include "config.h"
 
index 421cef9..752932b 100644 (file)
 
 /**
  * @file
- * @brief  Implementation of phiclass analysis
- * @author Daniel Grund, Christian Wuerdig
- * @cvsid  $Id$
- * @date   09.08.2005
+ * @brief   Implementation of phiclass analysis
+ * @author  Daniel Grund, Christian Wuerdig
+ * @version $Id$
+ * @date    09.08.2005
  */
 #include "config.h"