aboutsummaryrefslogtreecommitdiff
path: root/doc/Coding_style
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-10 12:56:07 (GMT)
committerfluxgen <fluxgen>2002-01-10 12:56:07 (GMT)
commit5d9491ac1c9efc16704007126979d71d8ca69e78 (patch)
treea8e8ba401041f1286f920196edd73f7b95f62655 /doc/Coding_style
parentbdac72d061d7dc6742daf99e87aae96b6d3fe376 (diff)
downloadfluxbox-5d9491ac1c9efc16704007126979d71d8ca69e78.zip
fluxbox-5d9491ac1c9efc16704007126979d71d8ca69e78.tar.bz2
update
Diffstat (limited to 'doc/Coding_style')
-rw-r--r--doc/Coding_style3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Coding_style b/doc/Coding_style
index df5e398..eff9eea 100644
--- a/doc/Coding_style
+++ b/doc/Coding_style
@@ -49,3 +49,6 @@ type classname::function(...) {
49enums must be in uppercase letters: 49enums must be in uppercase letters:
50enum {WHITE, RED, BLUE}; 50enum {WHITE, RED, BLUE};
51 51
52Class data members are prefixed by m_
53Class member function will be organized accordning to creator,
54manipulator and accessor categories.