From: Peter Johnson Date: Tue, 6 Mar 2007 06:58:55 +0000 (-0000) Subject: Update doxygen comments. X-Git-Tag: v0.6.1~15^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=633132cdcd472128907a8c4348b4f45f903fe534;p=yasm Update doxygen comments. svn path=/trunk/yasm/; revision=1813 --- 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 */