diff options
-rw-r--r-- | doc/Coding_style | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Coding_style b/doc/Coding_style index 0cd9211..0c10170 100644 --- a/doc/Coding_style +++ b/doc/Coding_style | |||
@@ -210,3 +210,15 @@ Don't create free-functions, encapsulate them in a namespace or a class | |||
210 | and name filenames so it's clear what they hold so it's easier to find | 210 | and name filenames so it's clear what they hold so it's easier to find |
211 | functions, classes and other stuff. | 211 | functions, classes and other stuff. |
212 | 212 | ||
213 | |||
214 | ChangeLog format: | ||
215 | *year/month/day: | ||
216 | * whats changed (who changed it) | ||
217 | which file | ||
218 | |||
219 | ex: | ||
220 | |||
221 | *02/01/01: | ||
222 | * Fixed bug workspace change (TheDude) | ||
223 | Workspace.cc | ||
224 | |||