Changeset 1469


Ignore:
Timestamp:
08/05/10 20:56:30 (21 months ago)
Author:
Freddie Akeroyd
Message:

Add doxygen mainpage. refs #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/cpp/NeXusFile.cpp

    r1468 r1469  
    1313using std::stringstream; 
    1414using std::vector; 
     15 
     16/** 
     17 * \mainpage NeXus C++ API documentation 
     18 * \section sec_purpose Purpose of API 
     19 *  This provides a C++ like interface to the NeXus C API. It adds: 
     20 * - Exceptions 
     21 * - suport for std::vector<type> and std::string 
     22 * 
     23 * \section sec_core Core C++ API 
     24 * The core API provides the basic routines for reading, writing and navigating NeXus files. See the \b Modules tab. 
     25 * 
     26 * C++ programs that call the above routines should include the following header file:  
     27 * \code 
     28 * #include "NeXusFile.hpp" 
     29 * \endcode 
     30 */ 
    1531 
    1632static const string NULL_STR = "NULL"; 
Note: See TracChangeset for help on using the changeset viewer.