From: Michael Beck Date: Wed, 6 Jul 2005 15:34:20 +0000 (+0000) Subject: fixed doxygen docfixed doxygen docu X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b87ea8e811c9fda3059f24c7bc25f4ef0bc4863c;p=libfirm fixed doxygen docfixed doxygen docu [r6191] --- diff --git a/ir/ana/irsimpletype.h b/ir/ana/irsimpletype.h index d52a89807..2d749f444 100644 --- a/ir/ana/irsimpletype.h +++ b/ir/ana/irsimpletype.h @@ -1,7 +1,4 @@ -/** - * - * @file irsimpeltype.h - * +/* * Project: libFIRM * File name: ir/ana/irsimpletype.h * Purpose: Run most simple type analyses. @@ -11,16 +8,18 @@ * CVS-ID: $Id$ * Copyright: (c) 2003 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * + */ + +/** + * @file irsimpletype.h * * We compute type information for each node. It is derived from the * types of the origines of values, e.g. parameter types can be derived * from the method type. * The type information so far is saved in the link field. * + * @author Goetz Lindenmaier */ - - # ifndef _IRSIMPLETYPE_H_ # define _IRSIMPLETYPE_H_