diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-09 10:05:50 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-09 10:05:50 +1000 |
commit | bd7646eede0a545d598cfe2d0531d8d5644c3bf6 (patch) | |
tree | 047eced9d06c317b76ef1997381c45ea2eca05cd /test/unit/testSparseVector.cxx | |
parent | f0c53e7b25f12be66881acc110d815ec491f1533 (diff) | |
download | scintilla-mirror-bd7646eede0a545d598cfe2d0531d8d5644c3bf6.tar.gz |
Add @file <filename> comments to follow convention.
Fix incorrect filename comments.
Normalize Qt code to use #endif /* X */ insetad of #endif // X.
Diffstat (limited to 'test/unit/testSparseVector.cxx')
-rw-r--r-- | test/unit/testSparseVector.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/unit/testSparseVector.cxx b/test/unit/testSparseVector.cxx index e40649537..ce84fb8da 100644 --- a/test/unit/testSparseVector.cxx +++ b/test/unit/testSparseVector.cxx @@ -1,4 +1,6 @@ -// Unit Tests for Scintilla internal data structures +/** @file testSparseVector.cxx + ** Unit Tests for Scintilla internal data structures + **/ #include <cstddef> #include <cassert> |