From bd7646eede0a545d598cfe2d0531d8d5644c3bf6 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 9 May 2021 10:05:50 +1000 Subject: Add @file comments to follow convention. Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X. --- test/unit/unitTest.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/unit/unitTest.cxx') diff --git a/test/unit/unitTest.cxx b/test/unit/unitTest.cxx index 31b5716ed..8bcc570ac 100644 --- a/test/unit/unitTest.cxx +++ b/test/unit/unitTest.cxx @@ -1,4 +1,6 @@ -// Unit Tests for Scintilla internal data structures +/** @file unitTest.cxx + ** Unit Tests for Scintilla internal data structures + **/ /* Currently tested: -- cgit v1.2.3