aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/InfoBar.h2
-rw-r--r--cocoa/InfoBar.mm2
-rw-r--r--cocoa/PlatCocoa.h1
-rw-r--r--cocoa/PlatCocoa.mm2
-rw-r--r--cocoa/ScintillaCocoa.mm2
-rw-r--r--cocoa/ScintillaView.h1
-rw-r--r--cocoa/ScintillaView.mm1
7 files changed, 7 insertions, 4 deletions
diff --git a/cocoa/InfoBar.h b/cocoa/InfoBar.h
index 1ce139530..99b99912b 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 a351ce40f..8af69e7a9 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 9824734e3..1c5bd4635 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 3f0904374..52e5399a9 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 3f0280e01..6280a7912 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 8c4cdfe2e..389073cdd 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 12e0495d6..3913e4bb5 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.
*