From: Sebastian Buchwald Date: Mon, 24 Aug 2009 15:15:36 +0000 (+0000) Subject: Use @version tag X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=719de50354df67e74328e3a2993d26e3f8d12ac4;p=libfirm Use @version tag [r26415] --- diff --git a/include/libfirm/adt/plist.h b/include/libfirm/adt/plist.h index 623a07530..e43bebbe5 100644 --- a/include/libfirm/adt/plist.h +++ b/include/libfirm/adt/plist.h @@ -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. diff --git a/ir/adt/bipartite.c b/ir/adt/bipartite.c index c12dc3cc7..4c47e97ed 100644 --- a/ir/adt/bipartite.c +++ b/ir/adt/bipartite.c @@ -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" diff --git a/ir/ana/phiclass.c b/ir/ana/phiclass.c index 421cef92f..752932b2b 100644 --- a/ir/ana/phiclass.c +++ b/ir/ana/phiclass.c @@ -19,10 +19,10 @@ /** * @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"