Changeset 1230 for branches/4.2/bindings/cpp/NeXusFile.hpp
- Timestamp:
- 14/04/09 18:56:40 (3 years ago)
- File:
-
- 1 edited
-
branches/4.2/bindings/cpp/NeXusFile.hpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/bindings/cpp/NeXusFile.hpp
r1108 r1230 22 22 * Documentation for the NeXus C++ API. 23 23 * 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 24 28 */ 25 29 … … 37 41 * \li INT64 int8_t if available on the machine 38 42 * \li UINT64 uint8_t if available on the machine 43 * \ingroup cpp_types 39 44 */ 40 45 enum NXnumtype { … … 60 65 * \li RLE Run length encoding (only HDF-4) 61 66 * \li HUF Huffmann encoding (only HDF-4) 67 * \ingroup cpp_types 62 68 */ 63 69 enum NXcompression { … … 90 96 /** 91 97 * The Object that allows access to the information in the file. 98 * \ingroup cpp_core 92 99 */ 93 100 class NXDLL_EXPORT File
Note: See TracChangeset
for help on using the changeset viewer.
