diff --git a/doc/CODING_STYLE.html b/doc/CODING_STYLE.html index c142f81b..eb36bca6 100644 --- a/doc/CODING_STYLE.html +++ b/doc/CODING_STYLE.html @@ -354,8 +354,11 @@ of Includes for rules about when to #include a header.
Define functions inline only when they are small, say, 10 lines or fewer.
+ +Define inline functions when required to do so in order to get the compiler to generate more compact code.