]> granicus.if.org Git - yasm/commitdiff
Doxygen comment-only change: \caution does not exist, use \attention instead.
authorPeter Johnson <peter@tortall.net>
Wed, 25 Jun 2003 07:17:05 +0000 (07:17 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 25 Jun 2003 07:17:05 +0000 (07:17 -0000)
svn path=/trunk/yasm/; revision=983

libyasm/section.h
libyasm/symrec.h

index a029a639abcec33efd54b2e489bdfc71a8080eba..fbe664b46a4bf5c82356eb3a4cef081514375a34 100644 (file)
@@ -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.
index cfc292ec74cc9859366497a2af3f2b8cbaf643e1..06a6d5db70028f68582bbed61f4ed89393fca155 100644 (file)
@@ -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.