]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/parseerr.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / parseerr.h
index d1ba394862d2c305294a65f1972f67e31a985901..c23cc273b828ebcfd8814f4ab22c9663d53cd293 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
-*   Copyright (C) 1999-2004, International Business Machines
+*   Copyright (C) 1999-2005, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
 #include "unicode/utypes.h"
 
 
+/**
+ * \file
+ * \brief C API: Parse Error Information
+ */
 /**
  * The capacity of the context strings in UParseError.
  * @stable ICU 2.0
@@ -52,9 +58,9 @@ enum { U_PARSE_CONTEXT_LEN = 16 };
 typedef struct UParseError {
 
     /**
-     * The line on which the error occured.  If the parser uses this
+     * The line on which the error occurred.  If the parser uses this
      * field, it sets it to the line number of the source text line on
-     * which the error appears, which will be be a value >= 1.  If the
+     * which the error appears, which will be a value >= 1.  If the
      * parse does not support line numbers, the value will be <= 0.
      * @stable ICU 2.0
      */