Changes between Version 6 and Version 7 of coding_rules


Ignore:
Timestamp:
02/16/16 14:12:47 (9 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • coding_rules

    v6 v7  
    7878}}}
    7979
     80At the very least, the first line and the Usage should be provided. Use indentations of 3 and 6 spaces. Example:
     81
     82{{{
     83#!m
     84function outputs=hello()
     85%HELLO - prints hello to the screen
     86%
     87%   Usage:
     88%      outputs=hello()
     89}}}
    8090== Variable/Enum/Functions Names ==
    8191