-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split doxygen pages from spec and TN into files #5165
Conversation
performance, datatype conversion, data space conversion, and data filters. The code is | ||
included on a per-package basis and enabled at runtime by an environment variable. | ||
|
||
\subsection subsec_adddbg_intro_trace API Tracing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API Tracing was removed in #4341
doxygen/dox/TableSpec.dox
Outdated
/** \page TBLSPEC HDF5 Table Specification Version 1.0 | ||
The HDF5 specification defines the standard objects and storage for the standard HDF5 | ||
objects. (For information about the HDF5 library, model and specification, see the HDF | ||
documentation.) This document is an additional specification do define a standard profile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do define
-> to define
doxygen/dox/Unicode.dox
Outdated
|
||
<b>Mac OS</b> systems generally handle UTF-8 encodings correctly. | ||
|
||
<b>Windows</b> systems use a different Unicode encoding, UCS-2 (discussed in this UTF-16 article) at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No article linked here. Probably supposed to link to https://en.wikipedia.org/wiki/UTF-16
doxygen/dox/VFLTechNote.dox
Outdated
attempt to maintain a free list for that particular object type, instead calling the file driver | ||
each time an object of that type is freed. | ||
|
||
Mappings predefined in the 'H5FDpublic.h' file are: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are defined in H5FDdevelop.h
at present
doxygen/dox/VFLTechNote.dox
Outdated
<table> | ||
<tr> | ||
<td><code>static herr_t read (H5FD_t *file, H5FD_mem_t type, hid_t dxpl, haddr_t addr, hsize_t size, void *buf)</code></td> | ||
<td>The read function reads data from file file beginning at address addr and continuing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file file
-> file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few typos and out of date info
Updated |
Improves maintenance of pages involved.