svn path=/trunk/yasm/; revision=983
* \file section.h
* \brief YASM section interface.
*
- * $IdPath: yasm/libyasm/section.h,v 1.38 2003/05/04 20:31:57 peter Exp $
+ * $IdPath$
*
* Copyright (C) 2001 Peter Johnson
*
/*@dependent@*/ /*@null@*/ void *yasm_section_get_of_data(yasm_section *sect);
/** Set yasm_objfmt-specific data. For yasm_objfmt use only.
- * \caution Deletes any existing of_data.
+ * \attention Deletes any existing of_data.
* \param sect section
* \param of object format
* \param of_data object format-specific data.
* \file symrec.h
* \brief YASM symbol table interface.
*
- * $IdPath: yasm/libyasm/symrec.h,v 1.38 2003/03/13 06:54:19 peter Exp $
+ * $IdPath$
*
* Copyright (C) 2001 Michael Urman, Peter Johnson
*
/*@dependent@*/ /*@null@*/ void *yasm_symrec_get_of_data(yasm_symrec *sym);
/** Set yasm_objfmt-specific data. For yasm_objfmt use only.
- * \caution Deletes any existing of_data.
+ * \attention Deletes any existing of_data.
* \param sym symbol
* \param of object format
* \param of_data object format-specific data.