doc/coding_style.dox
changeset 1083 8043b93e5973
parent 991 e619a466ca5d
child 1788 614ce2dd3cba
equal deleted inserted replaced
9:a3b4ac366c5c 10:a4883bde9eff
    22 
    22 
    23 \code
    23 \code
    24 header_file.h
    24 header_file.h
    25 \endcode
    25 \endcode
    26 
    26 
    27 Note that all standard Lemon headers are located in the \c lemon subdirectory,
    27 Note that all standard LEMON headers are located in the \c lemon subdirectory,
    28 so you should include them from C++ source like this:
    28 so you should include them from C++ source like this:
    29 
    29 
    30 \code
    30 \code
    31 #include <lemon/header_file.h>
    31 #include <lemon/header_file.h>
    32 \endcode
    32 \endcode
    77 ClassNameEndsWithException
    77 ClassNameEndsWithException
    78 \endcode
    78 \endcode
    79 
    79 
    80 \section header-template Template Header File
    80 \section header-template Template Header File
    81 
    81 
    82 Each Lemon header file should look like this:
    82 Each LEMON header file should look like this:
    83 
    83 
    84 \include template.h
    84 \include template.h
    85 
    85 
    86 */
    86 */