aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testPerLine.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-09 10:05:50 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-09 10:05:50 +1000
commitbd7646eede0a545d598cfe2d0531d8d5644c3bf6 (patch)
tree047eced9d06c317b76ef1997381c45ea2eca05cd /test/unit/testPerLine.cxx
parentf0c53e7b25f12be66881acc110d815ec491f1533 (diff)
downloadscintilla-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/testPerLine.cxx')
-rw-r--r--test/unit/testPerLine.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/unit/testPerLine.cxx b/test/unit/testPerLine.cxx
index 2f5e217dc..669a047db 100644
--- a/test/unit/testPerLine.cxx
+++ b/test/unit/testPerLine.cxx
@@ -1,4 +1,6 @@
-// Unit Tests for Scintilla internal data structures
+/** @file testPerLine.cxx
+ ** Unit Tests for Scintilla internal data structures
+ **/
#include <cstddef>
#include <cstring>