From: Peter Johnson Date: Wed, 25 Jun 2003 07:17:05 +0000 (-0000) Subject: Doxygen comment-only change: \caution does not exist, use \attention instead. X-Git-Tag: v0.3.0~6^2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c1eee7cf51d7f49429c5fa70470a8b9ce6e94c1;p=yasm Doxygen comment-only change: \caution does not exist, use \attention instead. svn path=/trunk/yasm/; revision=983 --- diff --git a/libyasm/section.h b/libyasm/section.h index a029a639..fbe664b4 100644 --- a/libyasm/section.h +++ b/libyasm/section.h @@ -2,7 +2,7 @@ * \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 * @@ -89,7 +89,7 @@ void yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags); /*@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. diff --git a/libyasm/symrec.h b/libyasm/symrec.h index cfc292ec..06a6d5db 100644 --- a/libyasm/symrec.h +++ b/libyasm/symrec.h @@ -2,7 +2,7 @@ * \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 * @@ -137,7 +137,7 @@ void yasm_symrec_set_opt_flags(yasm_symrec *sym, unsigned long opt_flags); /*@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.