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. --- qt/ScintillaEditBase/ScintillaQt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/ScintillaEditBase/ScintillaQt.cpp') diff --git a/qt/ScintillaEditBase/ScintillaQt.cpp b/qt/ScintillaEditBase/ScintillaQt.cpp index aad1da231..710b7de9f 100644 --- a/qt/ScintillaEditBase/ScintillaQt.cpp +++ b/qt/ScintillaEditBase/ScintillaQt.cpp @@ -6,7 +6,7 @@ // Author: Jason Haslam // // Additions Copyright (c) 2011 Archaeopteryx Software, Inc. d/b/a Wingware -// ScintillaQt.cpp - Qt specific subclass of ScintillaBase +// @file ScintillaQt.cpp - Qt specific subclass of ScintillaBase #include "ScintillaQt.h" #include "PlatQt.h" -- cgit v1.2.3