doc/coding_style.dox
changeset 2157 f9171bfc7ebb
parent 1788 614ce2dd3cba
child 2391 14a343be7a5a
     1.1 --- a/doc/coding_style.dox	Wed Jul 19 15:13:24 2006 +0000
     1.2 +++ b/doc/coding_style.dox	Thu Jul 20 06:20:27 2006 +0000
     1.3 @@ -11,6 +11,14 @@
     1.4  it. Please comply with these conventions if you want to contribute
     1.5  developing LEMON library.
     1.6  
     1.7 +\note When the coding style requires the capitalization of an abbreviation,
     1.8 +only the first letter should be upper case.
     1.9 +
    1.10 +\code
    1.11 +XmlReader
    1.12 +\endcode
    1.13 +
    1.14 +
    1.15  \warning In some cases we diverge from these rules.
    1.16  This primary done because STL uses different naming convention and
    1.17  in certain cases