Changeset 1474 for trunk/bindings/python

Show
Ignore:
Timestamp:
09/05/10 16:30:02 (4 months ago)
Author:
Freddie Akeroyd
Message:

More doc tweaks. Also now automatically builds javadoc for web. Refs #231

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxs/napi.py

    r1473 r1474  
    1717   os.environ['NEXUSLIB']                  - All 
    1818   directory containing nxs.py             - All 
    19    os.environ['NEXUSDIR']\bin              - Windows 
     19   os.environ['NEXUSDIR']\\bin              - Windows 
    2020   os.environ['LD_LIBRARY_PATH']           - Unix 
    2121   os.environ['DYLD_LIBRARY_PATH']         - Darwin 
     
    5050@endcode 
    5151 
    52   See @example nxstest.py for a more complete example. 
     52  See @see nxstest.py for a more complete example. 
    5353 
    5454Interface 
     
    125125 
    126126""" 
     127 
     128## @example nxstest.py 
     129#  Test program for NeXus python interface 
    127130 
    128131__all__ = ['UNLIMITED', 'MAXRANK', 'MAXNAMELEN','MAXPATHLEN','H4SKIP',