diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:29:24 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:29:24 +1100 |
commit | 8d7a78a6cb9fdd65640fb719141268d02971024c (patch) | |
tree | 6be6d482c2ad51870ab9af9aee6b5849e9e9fd48 /cocoa/InfoBar.h | |
parent | a2a7c749b3088c4ff8715c65961c6a2cb7670ad2 (diff) | |
download | scintilla-mirror-8d7a78a6cb9fdd65640fb719141268d02971024c.tar.gz |
Add or fix file name comments.
Diffstat (limited to 'cocoa/InfoBar.h')
-rw-r--r-- | cocoa/InfoBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/InfoBar.h b/cocoa/InfoBar.h index 382e65a9c..17b543f3b 100644 --- a/cocoa/InfoBar.h +++ b/cocoa/InfoBar.h @@ -1,7 +1,7 @@ /** * Scintilla source code edit control - * InfoBar.h - Implements special info bar with zoom info, caret position etc. to be used with + * @file InfoBar.h - Implements special info bar with zoom info, caret position etc. to be used with * ScintillaView. * * Mike Lischke <mlischke@sun.com> |