From bb4c51c3f14a3d38b5568e4f12ecfa32b4ec826e Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Sep 2016 14:20:15 +1000 Subject: Added header ordering section. --- doc/SciCoding.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/SciCoding.html') 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.

+

+ Headers should always be included in the same order as given by the + scripts/HeaderOrder.txt file. +

Casting

-- cgit v1.2.3