diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-05-16 16:57:48 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-05-16 16:57:48 +1000 |
| commit | c24110790c646f40c307c88656c3eca7ed134e01 (patch) | |
| tree | 6c080822ab9cf08e25541fa7ef07d99913b3a481 /src/Catalogue.h | |
| parent | 27f9d447ab961b5ec314a290622afdb12ab5f0e2 (diff) | |
| download | scintilla-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.h')
| -rw-r--r-- | src/Catalogue.h | 2 |
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. |
