Parcourir la source

[3408] Additional doxygen fixes in data.h

Marcin Siodelski il y a 11 ans
Parent
commit
3325dc6a12
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/cc/data.h

+ 2 - 2
src/lib/cc/data.h

@@ -84,11 +84,11 @@ public:
     ///   "bar": 123 }
     ///   "bar": 123 }
     /// \endcode
     /// \endcode
     ///
     ///
-    /// The position of the element "bar" is: line_ = 2; pos_ = 9, because
+    /// the position of the element "bar" is: line_ = 2; pos_ = 9, because
     /// begining of the value "123" is at offset 9 from the beginning of
     /// begining of the value "123" is at offset 9 from the beginning of
     /// the second line, including whitespaces.
     /// the second line, including whitespaces.
     ///
     ///
-    /// Note that the @c Position structure is used to as argument to @c Element
+    /// Note that the @c Position structure is used as an argument to @c Element
     /// constructors and factory functions to avoid ambiguity and so that the
     /// constructors and factory functions to avoid ambiguity and so that the
     /// uint32_t arguments holding line number and position within the line are
     /// uint32_t arguments holding line number and position within the line are
     /// not confused with the @c Element values passed to these functions.
     /// not confused with the @c Element values passed to these functions.