aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/SciCoding.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-09-22 14:20:15 +1000
committerNeil <nyamatongwe@gmail.com>2016-09-22 14:20:15 +1000
commitbb4c51c3f14a3d38b5568e4f12ecfa32b4ec826e (patch)
tree538c65edc2907f65201fa71ec13d41f07b050872 /doc/SciCoding.html
parente0900d15800a7ab023a107b8f4dd612f9164e3a8 (diff)
downloadscintilla-mirror-bb4c51c3f14a3d38b5568e4f12ecfa32b4ec826e.tar.gz
Added header ordering section.
Diffstat (limited to 'doc/SciCoding.html')
-rw-r--r--doc/SciCoding.html4
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>