Ignore:
Timestamp:
14/04/09 18:56:40 (3 years ago)
Author:
Freddie Akeroyd
Message:

Merg in r1212:r1222 from trunk. Refs #115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/bindings/cpp/NeXusFile.hpp

    r1108 r1230  
    2222 * Documentation for the NeXus C++ API. 
    2323 * 2000-2008 the NeXus group. 
     24 * \defgroup cpp_types C++ Types 
     25 * \ingroup cpp_main 
     26 * \defgroup cpp_core C++ Core 
     27 * \ingroup cpp_main 
    2428 */ 
    2529 
     
    3741   * \li INT64 int8_t if available on the machine 
    3842   * \li UINT64 uint8_t if available on the machine 
     43   * \ingroup cpp_types 
    3944   */ 
    4045  enum NXnumtype { 
     
    6065   * \li RLE Run length encoding (only HDF-4) 
    6166   * \li HUF Huffmann encoding (only HDF-4) 
     67   * \ingroup cpp_types 
    6268   */ 
    6369  enum NXcompression { 
     
    9096  /** 
    9197   * The Object that allows access to the information in the file. 
     98   * \ingroup cpp_core 
    9299   */ 
    93100  class NXDLL_EXPORT File 
Note: See TracChangeset for help on using the changeset viewer.