Changeset 1470 for trunk/src/napi.c


Ignore:
Timestamp:
08/05/10 22:04:00 (2 years ago)
Author:
Freddie Akeroyd
Message:

Update docs. Refs #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/napi.c

    r1430 r1470  
    3939 * \mainpage NeXus API documentation 
    4040 * \section sec_purpose Purpose of API 
    41  * The NeXus Application Program Interface is a suite of subroutines, written in C but with wrappers in Fortran 77 and 90.  
     41 * The NeXus Application Program Interface is a suite of subroutines, written in C but with wrappers in C++, JAVA, PYTHON, Fortran 77 and 90.  
    4242 *  The subroutines call HDF routines to read and write the NeXus files with the correct structure.  
    4343 * An API serves a number of useful purposes:  
     
    6464 * #include "napi.h" 
    6565 * \endcode 
     66 * For the C++ API see http://download.nexusformat.org/doxygen/html-cpp 
    6667 */ 
    6768 
Note: See TracChangeset for help on using the changeset viewer.