diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-09 10:05:50 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-09 10:05:50 +1000 |
commit | bd7646eede0a545d598cfe2d0531d8d5644c3bf6 (patch) | |
tree | 047eced9d06c317b76ef1997381c45ea2eca05cd /cocoa/ScintillaTest/AppController.mm | |
parent | f0c53e7b25f12be66881acc110d815ec491f1533 (diff) | |
download | scintilla-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 'cocoa/ScintillaTest/AppController.mm')
-rw-r--r-- | cocoa/ScintillaTest/AppController.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaTest/AppController.mm b/cocoa/ScintillaTest/AppController.mm index e7f96ed7d..97c75945f 100644 --- a/cocoa/ScintillaTest/AppController.mm +++ b/cocoa/ScintillaTest/AppController.mm @@ -1,5 +1,5 @@ /** - * AppController.m + * AppController.mm * ScintillaTest * * Created by Mike Lischke on 01.04.09. |