diff options
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r-- | docs/CodingStandards.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 51a45583fa..19577cbb66 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -211,7 +211,7 @@ These nest properly and are better behaved in general than C style comments.</p> <p>Immediately after the <a href="#scf_commenting">header file comment</a> (and include guards if working on a header file), the <a -href="hl_dontinclude">minimal</a> list of #includes required by the file should +href="#hl_dontinclude">minimal</a> list of #includes required by the file should be listed. We prefer these #includes to be listed in this order:</p> <ol> |