]> granicus.if.org Git - yasm/commitdiff
Fix a couple of doxygen comments.
authorPeter Johnson <peter@tortall.net>
Thu, 22 Mar 2007 05:46:59 +0000 (05:46 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 22 Mar 2007 05:46:59 +0000 (05:46 -0000)
svn path=/trunk/yasm/; revision=1820

libyasm/valparam.h
libyasm/value.h

index a288d052f470557a416267bf9f85d600cb21574c..8c0dcf887449a048b29aaadaac676ccebeef7244 100644 (file)
@@ -65,7 +65,7 @@ struct yasm_directive {
     void (*handler) (yasm_object *object, yasm_valparamhead *valparams,
                     yasm_valparamhead *objext_valparams, unsigned long line);
 
-    /* Flags for pre-handler parameter checking. */
+    /** Flags for pre-handler parameter checking. */
     enum yasm_directive_flags {
        YASM_DIR_ANY = 0,           /**< Any valparams accepted */
        YASM_DIR_ARG_REQUIRED = 1,  /**< Require at least 1 valparam */
index 5669f48ccac626ed1463e5ed921dde8189fb4c2f..043c465149779913b2fd18407bf73398446f908b 100644 (file)
@@ -105,7 +105,7 @@ int yasm_value_finalize(yasm_value *value, /*@null@*/ yasm_bytecode *precbc);
  * \return Nonzero if the expr could not be split into a value for some
  *         reason (e.g. the relative portion was not added, but multiplied,
  *         etc).
- * \caution Do not use e after this call.  Even if an error is returned, e
+ * \warning Do not use e after this call.  Even if an error is returned, e
  *          is stored into value.
  * \note This should only be called after the parse is complete.  Calling
  *       before the parse is complete will usually result in an error return.