aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Coding_style12
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
210and name filenames so it's clear what they hold so it's easier to find 210and name filenames so it's clear what they hold so it's easier to find
211functions, classes and other stuff. 211functions, classes and other stuff.
212 212
213
214ChangeLog format:
215*year/month/day:
216 * whats changed (who changed it)
217 which file
218
219ex:
220
221*02/01/01:
222 * Fixed bug workspace change (TheDude)
223 Workspace.cc
224