Changes between Version 36 and Version 37 of NameSpaces


Ignore:
Timestamp:
2017-09-12 11:54:29 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NameSpaces

    v36 v37  
    1414== Namespaces : Examples == 
    1515=== In TDX === 
    16 '''{{{ NAMESPACE $project }}}''' 
     16'''{{{ NAMESPACE $project }}}'''[[BR]] 
    1717Puts anything following in the current project context 
    1818 
    1919'''{{{ NAMESPACE $project:subComponent }}}'''[[BR]] 
    2020OR[[BR]] 
    21 '''{{{ NAMESPACE subComponent }}}''' 
     21'''{{{ NAMESPACE subComponent }}}'''[[BR]] 
    2222Puts everyting that follows into the project's subComponent namespace 
    2323 
     
    2828 
    2929==== NB. ==== 
    30 The default namespace is $project and coresponds to the base directory of the current project 
    31 The default namespace to be included is $system and coresponds to a file refererd to by the dxiner environment variable. 
    32 If any other $name is used, it coresponds to  
    33  
     30The default namespace is $project and coresponds to the base directory of the current project[[BR]] 
     31The default namespace to be included is $system and coresponds to a file refererd to by the dxiner environment variable.[[BR]] 
     32If any other $name is used, it coresponds to a system based environment variable containing a directory where the coresponding ".tdx" file can be found. The variable can consist of a selection of paths, separated by semi-colons. 
    3433 
    3534=== In VDX ===