From 3c1eee7cf51d7f49429c5fa70470a8b9ce6e94c1 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 25 Jun 2003 07:17:05 +0000 Subject: [PATCH] Doxygen comment-only change: \caution does not exist, use \attention instead. svn path=/trunk/yasm/; revision=983 --- libyasm/section.h | 4 ++-- libyasm/symrec.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.40.0