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/testPerLine.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/unit/testPerLine.cxx') 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 #include -- cgit v1.2.3