From c24110790c646f40c307c88656c3eca7ed134e01 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 16 May 2018 16:57:48 +1000 Subject: Backport: Move implementations into cxx file. Replace 0 and NULL with nullptr. Update comments. Backport of changeset 6955:440e02c389df. --- src/Catalogue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Catalogue.h') 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 // The License.txt file describes the conditions under which this software may be distributed. -- cgit v1.2.3