diff options
author | nyamatongwe <unknown> | 2000-08-30 12:02:19 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-08-30 12:02:19 +0000 |
commit | de8d5845af07bcc81ccf2364957de04fb1600ea5 (patch) | |
tree | 6b0be82864e93a159ed3405ae94a2cef6dd6d447 /include/SciLexer.h | |
parent | 3030afd9d3037c2fd7845b15cd9b9667b1afe894 (diff) | |
download | scintilla-mirror-de8d5845af07bcc81ccf2364957de04fb1600ea5.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 |