COIN-OR::LEMON - Graph Library

Changeset 614:75cf1d52eee5 in lemon-0.x


Ignore:
Timestamp:
05/11/04 21:38:00 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@799
Message:

Minor changes: Section labels fixed.

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r562 r614  
    66## htmldir = $(pkgdatadir)/doc
    77
    8 EXTRA_DIST = Doxyfile html
     8EXTRA_DIST = Doxyfile html coding_style.dox groups.dox mainpage.dox maps.dox
    99
    1010## all-local: html/index.html
  • doc/coding_style.dox

    r603 r614  
    77In order to make development easier we have made some conventions according to coding style. These include names of types, classes, functions, variables, constants and exceptions. If these conventions are met in one's code then it is easier to read and maintain it. Please comply with these conventions if you want to contribute developing Hugo library.
    88
    9 \subsection Classes and other types
     9\subsection cs-class Classes and other types
    1010
    1111The name of a class or any type should look like the following:
     
    1515\endcode
    1616
    17 \subsection Methods and other functions
     17\subsection cs-func Methods and other functions
    1818
    1919The name of a function should look like the following:
     
    2323\endcode
    2424
    25 \subsection Constants, Macros
     25\subsection cs-funcs Constants, Macros
    2626
    2727The names of constants and macros should look like the following:
     
    3131\endcode
    3232
    33 \subsection Class and instance member variables, auto variables
     33\subsection cs-loc-var Class and instance member variables, auto variables
    3434
    3535The names of class and instance member variables and auto variables (=variables used locally in methods) should look like the following:
     
    3939\endcode
    4040
    41 \subsection Exceptions
     41\subsection cs-excep Exceptions
    4242
    4343When writing exceptions please comply the following naming conventions:
Note: See TracChangeset for help on using the changeset viewer.