00001 /** \page coding Coding standard
00002
00003 We use all the boost coding convention:
00004 <ul>
00005 <li>Names (except as noted below) should be all lowercase, with words separated by underscores.
00006 <li>Acronyms should be treated as ordinary names (e.g. xml_parser instead of XML_parser).
00007 <li>Template parameter names begin with an uppercase letter.
00008 <li>Macro names all uppercase and begin with XIMOL_.
00009 </ul>
00010
00011 */