From a529c247c186ac14e5cf45432f7a83ba32d518c5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 31 Jan 2003 16:18:22 +0000 Subject: [PATCH] More doxygen comments [r707] --- ir/adt/host.h | 3 +++ ir/debug/dbginfo.h | 10 ++++++++-- ir/tr/entity.h | 11 ++++++++--- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/ir/adt/host.h b/ir/adt/host.h index 4faa6bc55..30cf15f42 100644 --- a/ir/adt/host.h +++ b/ir/adt/host.h @@ -9,6 +9,9 @@ #include +/** + * @file host.h + */ /** A size handled efficiently by malloc(), at least 1K. */ #define PREF_MALLOC_SIZE 2048 diff --git a/ir/debug/dbginfo.h b/ir/debug/dbginfo.h index cd526997a..58415b729 100644 --- a/ir/debug/dbginfo.h +++ b/ir/debug/dbginfo.h @@ -1,10 +1,16 @@ /* * Copyright (C) 2001 by Universitaet Karlsruhe * All rights reserved. +*/ + +/** +* @file dbginfo.h +* +* This is the Firm interface to debugging support. * -* Authors: Goetz Lindenmaier +* @author Goetz Lindenmaier * -* dbginfo: This is the Firm interface to debugging support. Firm requires +* Firm requires * a debugging module fulfilling this interface, else no debugging information * is passed to the backend. * The interface requires a datatype representing the debugging information. diff --git a/ir/tr/entity.h b/ir/tr/entity.h index b2ebdf471..d7e69bdb8 100644 --- a/ir/tr/entity.h +++ b/ir/tr/entity.h @@ -2,10 +2,15 @@ * Copyright (C) 1998 - 2000 by Universitaet Karlsruhe * All rights reserved. * -* Authors: Martin Trapp, Christian Schaefer, -* Goetz Lindenmaier +*/ + +/** +* @file entity.h +* +* Entities represent all program known objects. * -* entity.h: entities represent all program known objects. +* @author Martin Trapp, Christian Schaefer, +* @author Goetz Lindenmaier * * An entity is the representation of program known objects in Firm. * The primary concept of entities is to represent members of complex -- 2.20.1