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/Scintilla.h | |
parent | 3030afd9d3037c2fd7845b15cd9b9667b1afe894 (diff) | |
download | scintilla-mirror-de8d5845af07bcc81ccf2364957de04fb1600ea5.tar.gz |
Added comments and improved the HFacer.py code.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 68c14e469..8497b123a 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.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 SCINTILLA_H #define SCINTILLA_H |