aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.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/UnitTester.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/UnitTester.cxx')
-rw-r--r--test/unit/UnitTester.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/unit/UnitTester.cxx b/test/unit/UnitTester.cxx
index f326477c4..d83a803b5 100644
--- a/test/unit/UnitTester.cxx
+++ b/test/unit/UnitTester.cxx
@@ -1,5 +1,6 @@
-// UnitTester.cpp : Defines the entry point for the console application.
-//
+/** @file UnitTester.cxx
+ ** UnitTester.cpp : Defines the entry point for the console application.
+ **/
// Catch uses std::uncaught_exception which is deprecated in C++17.
// This define silences a warning from Visual C++.