diff options
author | Neil <nyamatongwe@gmail.com> | 2016-09-22 14:20:15 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-09-22 14:20:15 +1000 |
commit | bb4c51c3f14a3d38b5568e4f12ecfa32b4ec826e (patch) | |
tree | 538c65edc2907f65201fa71ec13d41f07b050872 | |
parent | e0900d15800a7ab023a107b8f4dd612f9164e3a8 (diff) | |
download | scintilla-mirror-bb4c51c3f14a3d38b5568e4f12ecfa32b4ec826e.tar.gz |
Added header ordering section.
-rw-r--r-- | doc/SciCoding.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html index c6dd39536..9e9a5b60e 100644 --- a/doc/SciCoding.html +++ b/doc/SciCoding.html @@ -145,6 +145,10 @@ The SCI_METHOD preprocessor definition should be used when implementing interfaces which include it like ILexer and only there. </p> + <p> + Headers should always be included in the same order as given by the + scripts/HeaderOrder.txt file. + </p> <h3> Casting </h3> |