Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
3325dc6a
Commit
3325dc6a
authored
Apr 18, 2014
by
Marcin Siodelski
Browse files
[3408] Additional doxygen fixes in data.h
parent
6725cdd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/data.h
View file @
3325dc6a
...
...
@@ -84,11 +84,11 @@ public:
/// "bar": 123 }
/// \endcode
///
///
T
he position of the element "bar" is: line_ = 2; pos_ = 9, because
///
t
he 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment