diff options
-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 | ||||
-rw-r--r-- | lexers/LexASY.cxx | 1 | ||||
-rw-r--r-- | lexers/LexAbaqus.cxx | 2 | ||||
-rw-r--r-- | lexers/LexCLW.cxx | 2 | ||||
-rw-r--r-- | lexers/LexEDIFACT.cxx | 1 | ||||
-rw-r--r-- | lexers/LexEScript.cxx | 2 | ||||
-rw-r--r-- | lexers/LexFlagship.cxx | 2 | ||||
-rw-r--r-- | lexers/LexGui4Cli.cxx | 1 | ||||
-rw-r--r-- | lexers/LexMetapost.cxx | 2 | ||||
-rw-r--r-- | lexers/LexPLM.cxx | 1 | ||||
-rw-r--r-- | lexers/LexR.cxx | 2 | ||||
-rw-r--r-- | lexers/LexTeX.cxx | 2 | ||||
-rw-r--r-- | lexers/LexX12.cxx | 1 |
19 files changed, 19 insertions, 11 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. * diff --git a/lexers/LexASY.cxx b/lexers/LexASY.cxx index 3ec522729..612d24b40 100644 --- a/lexers/LexASY.cxx +++ b/lexers/LexASY.cxx @@ -1,4 +1,5 @@ // Scintilla source code edit control +// @file LexASY.cxx //Author: instanton (email: soft_share<at>126<dot>com) // The License.txt file describes the conditions under which this software may be distributed. diff --git a/lexers/LexAbaqus.cxx b/lexers/LexAbaqus.cxx index 96a7b886e..0b9bfb62a 100644 --- a/lexers/LexAbaqus.cxx +++ b/lexers/LexAbaqus.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file LexABAQUS.cxx +/** @file LexAbaqus.cxx ** Lexer for ABAQUS. Based on the lexer for APDL by Hadar Raz. ** By Sergio Lucato. ** Sort of completely rewritten by Gertjan Kloosterman diff --git a/lexers/LexCLW.cxx b/lexers/LexCLW.cxx index d469d6bfd..fbc86e6c0 100644 --- a/lexers/LexCLW.cxx +++ b/lexers/LexCLW.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file LexClw.cxx +/** @file LexCLW.cxx ** Lexer for Clarion. ** 2004/12/17 Updated Lexer **/ diff --git a/lexers/LexEDIFACT.cxx b/lexers/LexEDIFACT.cxx index f2701c891..45f13bb3f 100644 --- a/lexers/LexEDIFACT.cxx +++ b/lexers/LexEDIFACT.cxx @@ -1,4 +1,5 @@ // Scintilla Lexer for EDIFACT +// @file LexEDIFACT.cxx // Written by Iain Clarke, IMCSoft & Inobiz AB. // EDIFACT documented here: https://www.unece.org/cefact/edifact/welcome.html // and more readably here: https://en.wikipedia.org/wiki/EDIFACT diff --git a/lexers/LexEScript.cxx b/lexers/LexEScript.cxx index 0cba29858..79f99aedd 100644 --- a/lexers/LexEScript.cxx +++ b/lexers/LexEScript.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file LexESCRIPT.cxx +/** @file LexEScript.cxx ** Lexer for ESCRIPT **/ // Copyright 2003 by Patrizio Bekerle (patrizio@bekerle.com) diff --git a/lexers/LexFlagship.cxx b/lexers/LexFlagship.cxx index b73c1aa1e..2dfb687aa 100644 --- a/lexers/LexFlagship.cxx +++ b/lexers/LexFlagship.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file LexFlagShip.cxx +/** @file LexFlagship.cxx ** Lexer for Harbour and FlagShip. ** (Syntactically compatible to other xBase dialects, like Clipper, dBase, Clip, FoxPro etc.) **/ diff --git a/lexers/LexGui4Cli.cxx b/lexers/LexGui4Cli.cxx index e321a5b85..664fa4f2f 100644 --- a/lexers/LexGui4Cli.cxx +++ b/lexers/LexGui4Cli.cxx @@ -1,5 +1,6 @@ // Scintilla source code edit control // Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> +// @file LexGui4Cli.cxx /* This is the Lexer for Gui4Cli, included in SciLexer.dll - by d. Keletsekis, 2/10/2003 diff --git a/lexers/LexMetapost.cxx b/lexers/LexMetapost.cxx index 7f4e69e59..6be99f6cb 100644 --- a/lexers/LexMetapost.cxx +++ b/lexers/LexMetapost.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control -// File: LexMetapost.cxx - general context conformant metapost coloring scheme +// @file LexMetapost.cxx - general context conformant metapost coloring scheme // Author: Hans Hagen - PRAGMA ADE - Hasselt NL - www.pragma-ade.com // Version: September 28, 2003 // Modified by instanton: July 10, 2007 diff --git a/lexers/LexPLM.cxx b/lexers/LexPLM.cxx index 9cac8b6cd..653242fab 100644 --- a/lexers/LexPLM.cxx +++ b/lexers/LexPLM.cxx @@ -1,4 +1,5 @@ // Copyright (c) 1990-2007, Scientific Toolworks, Inc. +// @file LexPLM.cxx // Author: Jason Haslam // The License.txt file describes the conditions under which this software may be distributed. diff --git a/lexers/LexR.cxx b/lexers/LexR.cxx index ead0dba18..a3821fa3c 100644 --- a/lexers/LexR.cxx +++ b/lexers/LexR.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file Lexr.cxx +/** @file LexR.cxx ** Lexer for R, S, SPlus Statistics Program (Heavily derived from CPP Lexer). ** **/ diff --git a/lexers/LexTeX.cxx b/lexers/LexTeX.cxx index 7ed1bcecc..adb14a096 100644 --- a/lexers/LexTeX.cxx +++ b/lexers/LexTeX.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control -// File: LexTeX.cxx - general context conformant tex coloring scheme +// @file LexTeX.cxx - general context conformant tex coloring scheme // Author: Hans Hagen - PRAGMA ADE - Hasselt NL - www.pragma-ade.com // Version: September 28, 2003 diff --git a/lexers/LexX12.cxx b/lexers/LexX12.cxx index 270cc495d..65ce99b4f 100644 --- a/lexers/LexX12.cxx +++ b/lexers/LexX12.cxx @@ -1,4 +1,5 @@ // Scintilla Lexer for X12 +// @file LexX12.cxx // Written by Iain Clarke, IMCSoft & Inobiz AB. // X12 official documentation is behind a paywall, but there's a description of the syntax here: // http://www.rawlinsecconsulting.com/x12tutorial/x12syn.html |