Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Schöps
kdevelop
Commits
987cea97
Commit
987cea97
authored
Jun 22, 2019
by
Friedrich W. H. Kossebau
Browse files
Fix typo in API dox
parent
f7f7d845
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/clangtidy/parsers/replacementparser.h
View file @
987cea97
...
...
@@ -45,7 +45,7 @@ namespace ClangTidy
struct
Replacement
{
size_t
offset
,
length
;
///< read from YAML.
QString
replacementText
;
///< read from YAML.
DocumentRange
range
;
///< created from line and colum.
DocumentRange
range
;
///< created from line and colum
n
.
};
using
Replacements
=
QVector
<
Replacement
>
;
...
...
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