summaryrefslogtreecommitdiffstats
path: root/doxygen/dox/TechnicalNotes.dox
blob: 9bd280295c50dccb115bd4d15fa0c7c11c46d84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/** \page TN Technical Notes

\li \link api-compat-macros API Compatibility Macros \endlink
\li \ref APPDBG "Debugging HDF5 Applications"
\li \ref FMTDISC "File Format Walkthrough"
\li \ref FILTER "Filters"
\li \ref IOFLOW "HDF5 Raw I/O Flow Notes"
\li \ref TNMDC "Metadata Caching in HDF5"
\li \ref MT "Thread Safe library"
\li \ref VFL "Virtual File Layer"

 */

/** \page MT HDF5 Thread Safe library

\htmlinclude ThreadSafeLibrary.html

*/

/** \page IOFLOW HDF5 Raw I/O Flow Notes

\htmlinclude IOFlow.html

*/

/** \page VFL HDF5 Virtual File Layer

\htmlinclude VFL.html

*/

/** \page FMTDISC HDF5 File Format Discussion

\htmlinclude FileFormat.html

*/

/** \page FILTER HDF5 Filters

\htmlinclude Filters.html

*/

/** \page APPDBG Debugging HDF5 Applications

\htmlinclude DebuggingHDF5Applications.html

*/