diff options
-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> |