diff options
Diffstat (limited to 'cocoa')
-rw-r--r-- | cocoa/InfoBar.h | 2 | ||||
-rw-r--r-- | cocoa/InfoBar.mm | 2 | ||||
-rw-r--r-- | cocoa/PlatCocoa.h | 1 | ||||
-rw-r--r-- | cocoa/PlatCocoa.mm | 2 | ||||
-rw-r--r-- | cocoa/ScintillaCocoa.mm | 2 | ||||
-rw-r--r-- | cocoa/ScintillaView.h | 1 | ||||
-rw-r--r-- | cocoa/ScintillaView.mm | 1 |
7 files changed, 7 insertions, 4 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> diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm index db30dd134..11d148fb8 100644 --- a/cocoa/InfoBar.mm +++ b/cocoa/InfoBar.mm @@ -1,7 +1,7 @@ /** * Scintilla source code edit control - * InfoBar.mm - Implements special info bar with zoom info, caret position etc. to be used with + * @file InfoBar.mm - Implements special info bar with zoom info, caret position etc. to be used with * ScintillaView. * * Mike Lischke <mlischke@sun.com> diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index 7dbc32487..6133b3a25 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -2,6 +2,7 @@ /** * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt). + * @file PlatCocoa.h */ #ifndef PLATCOCOA_H diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 71c078bab..f33ca9d27 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1,6 +1,6 @@ /** * Scintilla source code edit control - * PlatCocoa.mm - implementation of platform facilities on MacOS X/Cocoa + * @file PlatCocoa.mm - implementation of platform facilities on MacOS X/Cocoa * * Written by Mike Lischke * Based on PlatMacOSX.cxx diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index e9284888f..fb401b74a 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -1,7 +1,7 @@ /** * Scintilla source code edit control - * ScintillaCocoa.mm - Cocoa subclass of ScintillaBase + * @file ScintillaCocoa.mm - Cocoa subclass of ScintillaBase * * Written by Mike Lischke <mlischke@sun.com> * 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. * diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index 7d9e7780b..9657886e2 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -1,6 +1,7 @@ /** * Implementation of the native Cocoa View that serves as container for the scintilla parts. + * @file ScintillaView.mm * * Created by Mike Lischke. * |