mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
4cbdf1a5f8
* Added Doxygen Awesome and fixed a few quirks. * Fixed unterminated strings. * Added Doxygen Awesome by copy.
80 lines
1.2 KiB
Plaintext
80 lines
1.2 KiB
Plaintext
/** \page TN Technical Notes
|
|
|
|
\li \ref api-compat-macros
|
|
\li \ref APPDBG
|
|
\li \ref FMTDISC
|
|
\li \ref FILEIMGOPS
|
|
\li \ref FILTER
|
|
\li \ref IOFLOW
|
|
\li \ref TNMDC
|
|
\li \ref MT
|
|
\li \ref SWMR
|
|
\li \ref VDS
|
|
\li \ref RELVERSION
|
|
\li \ref VFL
|
|
\li <a href="https://github.com/HDFGroup/arch-doc/blob/main/An_Overview_of_the_HDF5_Library_Architecture.v2.pdf">HDF5 Library Architecture Overview</a>
|
|
\li \ref VOL_Connector
|
|
|
|
*/
|
|
|
|
/** \page MT HDF5 Thread Safe library
|
|
|
|
\htmlinclude ThreadSafeLibrary.html
|
|
|
|
*/
|
|
|
|
/** \page IOFLOW HDF5 Raw I/O Flow Notes
|
|
|
|
\htmlinclude IOFlow.html
|
|
|
|
*/
|
|
|
|
/** \page RELVERSION HDF5 Library Release Version Numbers
|
|
|
|
\htmlinclude LibraryReleaseVersionNumbers.html
|
|
|
|
*/
|
|
|
|
/** \page VFL HDF5 Virtual File Layer
|
|
|
|
\htmlinclude VFL.html
|
|
|
|
*/
|
|
|
|
/** \page FMTDISC HDF5 File Format Discussion
|
|
|
|
\htmlinclude FileFormat.html
|
|
|
|
*/
|
|
|
|
/** \page FILEIMGOPS HDF5 File Image Operations
|
|
|
|
\htmlinclude FileImageOps.html
|
|
|
|
*/
|
|
|
|
/** \page FILTER HDF5 Filters
|
|
|
|
\htmlinclude Filters.html
|
|
|
|
*/
|
|
|
|
/** \page APPDBG Debugging HDF5 Applications
|
|
|
|
\htmlinclude DebuggingHDF5Applications.html
|
|
|
|
*/
|
|
|
|
/** \page SWMR Introduction to Single-Writer/Multiple-Reader (SWMR)
|
|
|
|
\htmlinclude intro_SWMR.html
|
|
|
|
*/
|
|
|
|
/** \page VDS Introduction to the Virtual Dataset - VDS
|
|
|
|
\htmlinclude intro_VDS.html
|
|
|
|
*/
|
|
|