From 633132cdcd472128907a8c4348b4f45f903fe534 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 6 Mar 2007 06:58:55 +0000 Subject: [PATCH] Update doxygen comments. svn path=/trunk/yasm/; revision=1813 --- libyasm/dbgfmt.h | 2 -- libyasm/section.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libyasm/dbgfmt.h b/libyasm/dbgfmt.h index 8a416348..acf357a6 100644 --- a/libyasm/dbgfmt.h +++ b/libyasm/dbgfmt.h @@ -90,8 +90,6 @@ const char *yasm_dbgfmt_keyword(const yasm_dbgfmt *dbgfmt); * purposes. * \param module debug format module * \param object object to generate debugging information for - * \param of object format in use - * \param a architecture in use * \return NULL if object format does not provide needed support. */ /*@null@*/ /*@only@*/ yasm_dbgfmt *yasm_dbgfmt_create diff --git a/libyasm/section.h b/libyasm/section.h index 9c70e59b..07db95ff 100644 --- a/libyasm/section.h +++ b/libyasm/section.h @@ -47,6 +47,7 @@ struct yasm_reloc { }; #endif +/** An object. This is the internal representation of an object file. */ struct yasm_object { /*@owned@*/ char *src_filename; /**< Source filename */ /*@owned@*/ char *obj_filename; /**< Object filename */ -- 2.40.0