rename recordCommentLocation to recordAtomicSourceRange

This is done because the feature can be useful for all kind of multi-line symbols that should not be split being part of a code snippet.
This commit is contained in:
mlangkabel
2019-02-26 17:12:18 +01:00
parent b8664ce131
commit 3b76c403dc
8 changed files with 27 additions and 24 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ int main(int argc, const char *argv[])
dbWriter.recordFileLanguage(fileId, "cpp"); // record file language for syntax highlighting
// record comment
dbWriter.recordCommentLocation({ fileId, 2, 1, 6, 3 });
// record atomic source range for multi line comment
dbWriter.recordAtomicSourceRange({ fileId, 2, 1, 6, 3 });
// record namespace "api"