aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Catalogue.cxx
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
commitc24110790c646f40c307c88656c3eca7ed134e01 (patch)
tree6c080822ab9cf08e25541fa7ef07d99913b3a481 /src/Catalogue.cxx
parent27f9d447ab961b5ec314a290622afdb12ab5f0e2 (diff)
downloadscintilla-mirror-c24110790c646f40c307c88656c3eca7ed134e01.tar.gz
Backport: Move implementations into cxx file.
Replace 0 and NULL with nullptr. Update comments. Backport of changeset 6955:440e02c389df.
Diffstat (limited to 'src/Catalogue.cxx')
-rw-r--r--src/Catalogue.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index 3f75096ad..d15d0572c 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -1,6 +1,8 @@
// Scintilla source code edit control
/** @file Catalogue.cxx
- ** Colourise for particular languages.
+ ** Lexer infrastructure.
+ ** Contains a list of LexerModules which can be searched to find a module appropriate for a
+ ** particular language.
**/
// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.