Changes between Version 37 and Version 38 of NameSpaces


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

--

Legend:

Unmodified
Added
Removed
Modified
  • NameSpaces

    v37 v38  
    1414== Namespaces : Examples == 
    1515=== In TDX === 
    16 '''{{{ NAMESPACE $project }}}'''[[BR]] 
     16'''{{{ NAMESPACE $project }}}'''[[BR]][[BR]] 
    1717Puts anything following in the current project context 
    1818 
    1919'''{{{ NAMESPACE $project:subComponent }}}'''[[BR]] 
    2020OR[[BR]] 
    21 '''{{{ NAMESPACE subComponent }}}'''[[BR]] 
     21'''{{{ NAMESPACE subComponent }}}'''[[BR]][[BR]] 
    2222Puts everyting that follows into the project's subComponent namespace 
    2323 
    2424'''{{{ NAMESPACE subComponent - $system:language }}}'''[[BR]] 
    2525OR[[BR]] 
    26 '''{{{ NAMESPACE subComponent - language }}}'''[[BR]] 
     26'''{{{ NAMESPACE subComponent - language }}}'''[[BR]][[BR]] 
    2727Puts everything that follows into the project's subComponent namespace AND incorporates the system defined "language" namespace contents accessible to the project. 
    2828 
    2929==== NB. ==== 
    30 The default namespace is $project and coresponds to the base directory of the current project[[BR]] 
     30The default namespace is $project and coresponds to the base directory of the current project.[[BR]] 
    3131The default namespace to be included is $system and coresponds to a file refererd to by the dxiner environment variable.[[BR]] 
    3232If 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.