diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-06 00:02:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-06 00:02:54 +0800 |
commit | 616d409f7cb18b0dfcac25cb17574e4d9d39d293 (patch) | |
tree | 9492a067e865cd0a3b2b60a32e19e6b4269e00e0 /camel/CODING.STYLE | |
parent | 393c87af52df8cfbb62d7ce884990819dae8d208 (diff) | |
download | gsoc2013-evolution-616d409f7cb18b0dfcac25cb17574e4d9d39d293.tar gsoc2013-evolution-616d409f7cb18b0dfcac25cb17574e4d9d39d293.tar.gz gsoc2013-evolution-616d409f7cb18b0dfcac25cb17574e4d9d39d293.tar.bz2 gsoc2013-evolution-616d409f7cb18b0dfcac25cb17574e4d9d39d293.tar.lz gsoc2013-evolution-616d409f7cb18b0dfcac25cb17574e4d9d39d293.tar.xz gsoc2013-evolution-616d409f7cb18b0dfcac25cb17574e4d9d39d293.tar.zst gsoc2013-evolution-616d409f7cb18b0dfcac25cb17574e4d9d39d293.zip |
Some notes.
1999-08-05 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/README.HACKING:
Some notes.
* camel/CODING.STYLE:
short note about coding style.
* camel/README.COPYRIGHT:
Note about copyright policy.
* camel/providers/MH/camel-mh-folder.c (_list_subfolders):
minor typo fixes.
svn path=/trunk/; revision=1081
Diffstat (limited to 'camel/CODING.STYLE')
-rw-r--r-- | camel/CODING.STYLE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/CODING.STYLE b/camel/CODING.STYLE new file mode 100644 index 0000000000..df1bf5c874 --- /dev/null +++ b/camel/CODING.STYLE @@ -0,0 +1,19 @@ +Note to hackers +--------------- + +When hacking on camel (and on the gnome mailer in general), +be sure to follow the same coding style as the intial authors. +Please read the file HACKING in gnumeric and follow the +general guidelines explained in it. + +Please take a look at camel source files and try to +imitate the coding style the best possible. We are perfectly +aware that this is not the best and unique style, but it +is absolutely mandatory that Camel is homogeneous. +If you find the current coding style to have some weaknesses, +please contact the authors to discuss this matter. + +Thanks. + + Bertrand. + |