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/ScintillaView.h | |
parent | a2a7c749b3088c4ff8715c65961c6a2cb7670ad2 (diff) | |
download | scintilla-mirror-8d7a78a6cb9fdd65640fb719141268d02971024c.tar.gz |
Add or fix file name comments.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 8bf10c8e4..d6ef8b23c 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -1,6 +1,7 @@ /** * Declaration of the native Cocoa View that serves as container for the scintilla parts. + * @file ScintillaView.h * * Created by Mike Lischke. * |