From: Marcin Siodelski Date: Fri, 18 Apr 2014 09:22:45 +0000 (+0200) Subject: [3408] Additional doxygen fixes in data.h X-Git-Tag: trac2406_cl_base~1^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3325dc6a12e0aba713575175d89e0c63ab1e102d;p=thirdparty%2Fkea.git [3408] Additional doxygen fixes in data.h --- diff --git a/src/lib/cc/data.h b/src/lib/cc/data.h index 5987adffb1..81ec15f38f 100644 --- a/src/lib/cc/data.h +++ b/src/lib/cc/data.h @@ -84,11 +84,11 @@ public: /// "bar": 123 } /// \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 /// 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 /// uint32_t arguments holding line number and position within the line are /// not confused with the @c Element values passed to these functions.