Changeset 1467:6a5a4b01d752


Ignore:
Timestamp:
08/22/10 08:43:25 (18 months ago)
Author:
niam
Branch:
default
Message:

header inclusion policy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/head_inclusion_policy

    r1406 r1467  
    22Sequence of inclusion of header files in .cc/.h: 
    33 
     4*** 
     5.h: 
    46[[libdodo/directives.h]] 
    57 
    68[[external dependencies]] 
    79 
     10[[libdodo/types.h]] 
     11[[internal dependencies]] 
     12 
     13class { 
     14        ... 
     15}; 
     16 
    817[[inline]] 
    918 
     19*** 
     20.c: 
     21[[libdodo/directives.h]] 
     22 
     23[[external dependencies]] 
     24 
     25[[libdodo/types.h]] 
     26[[internal dependencies]] 
    1027((declaration header file for .cc)) 
    11 [[internal dependencies]] 
     28 
     29[[inline]] 
     30 
     31... 
Note: See TracChangeset for help on using the changeset viewer.