aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Catalogue.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-16 16:57:48 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-16 16:57:48 +1000
commit89206d94f9095ab9e3c9a8c0e5f3556c2d4b7333 (patch)
treea6dc0fee046ed65719bcb9cd96b2ed8334efb895 /src/Catalogue.h
parentd6ebb097f16792bb33e9cf094a3907fbca1ecfda (diff)
downloadscintilla-mirror-89206d94f9095ab9e3c9a8c0e5f3556c2d4b7333.tar.gz
Move implementations into cxx file.
Replace 0 and NULL with nullptr. Update comments.
Diffstat (limited to 'src/Catalogue.h')
-rw-r--r--src/Catalogue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Catalogue.h b/src/Catalogue.h
index b75a59fc8..d8769a896 100644
--- a/src/Catalogue.h
+++ b/src/Catalogue.h
@@ -1,6 +1,8 @@
// Scintilla source code edit control
/** @file Catalogue.h
** Lexer infrastructure.
+ ** Contains a list of LexerModules which can be searched to find a module appropriate for a
+ ** particular language.
**/
// Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.