diff options
author | nyamatongwe <devnull@localhost> | 2000-08-30 12:02:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-08-30 12:02:19 +0000 |
commit | e82250999f57c09ae61500fa5fc21879f9e24f49 (patch) | |
tree | 6b0be82864e93a159ed3405ae94a2cef6dd6d447 /include/SciLexer.h | |
parent | 9d9d2aece5d64f1bf5fa76d10cafdc17ebae186c (diff) | |
download | scintilla-mirror-e82250999f57c09ae61500fa5fc21879f9e24f49.tar.gz |
Added comments and improved the HFacer.py code.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 204c96090..69402ab9a 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -3,6 +3,9 @@ // Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. +// Most of this file is automatically generated from the Scintilla.iface interface definition +// file which contains any comments about the definitions. HFacer.py does the generation. + #ifndef SCILEXER_H #define SCILEXER_H |