Skip to content

Commit

Permalink
Convert IOFlow.html to doxygen (#5207)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jan 7, 2025
1 parent d788d0a commit 6db7030
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 62 deletions.
74 changes: 18 additions & 56 deletions doxygen/examples/IOFlow.html → doxygen/dox/IOFlow.dox
Original file line number Diff line number Diff line change
@@ -1,55 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HDF5 Raw I/O Flow Notes</title>

<meta name="author" content="Quincey Koziol">
</head>

<body text="#000000" bgcolor="#FFFFFF">

<style type="text/css">
OL.loweralpha { list-style-type: lower-alpha }
OL.upperroman { list-style-type: upper-roman }
</style>

<center><h1>HDF5 Raw I/O Flow Notes</h1></center>
<center><h3>Quincey Koziol<br>
[email protected]<br>
August 20, 2003
</h3></center>

<ol class="upperroman">

<li><h3><u>Document's Audience:</u></h3>

<ul>
<li>Current H5 library designers and knowledgeable external developers.</li>
</ul>

</li><li><h3><u>Background Reading:</u></h3>

</li><li><h3><u>Introduction:</u></h3>

<dl>
<dt><strong>What is this document about?</strong></dt>
<dd>This document attempts to supplement the flow charts describing
the flow of control for raw data I/O in the library.
</dd> <br>
</dl>

</li><li><h3><u>Figures:</u></h3>
<p>The following figures provide the main information:</p>
<table>
<tr><td><img src="IOFlow.gif" alt="High-Level View of Writing Raw Data" style="height:50%;"></td></tr>
<tr><td><img src="IOFlow2.gif" alt="Perform Serial or Parallel I/O" style="height:50%;"></td></tr>
<tr><td><img src="IOFlow3.gif" alt="Gather/Convert/Scatter" style="height:50%;"></td></tr>
</table>

</li><li><h3><u>Notes From Accompanying Figures:</u></h3>

<p>This section provides notes to augment the information in the accompanying
figures.
</p>
/** \page IOFLOW HDF5 Raw I/O Flow Notes
\li Created by Quincey Koziol, August 20, 2003
\li Document's Audience: Current H5 library designers and knowledgeable external developers.

\section sec_ioflow_intro Introduction
What is this document about?<br />
This document attempts to supplement the flow charts describing the flow of control for raw data
I/O in the library.
The following figures provide the main information:
<table>
<tr><td><img src="IOFlow.gif" alt="High-Level View of Writing Raw Data" style="height:50%;"></td></tr>
<tr><td><img src="IOFlow2.gif" alt="Perform Serial or Parallel I/O" style="height:50%;"></td></tr>
<tr><td><img src="IOFlow3.gif" alt="Gather/Convert/Scatter" style="height:50%;"></td></tr>
</table>

\section sec_ioflow_notes Notes From Accompanying Figures
This section provides notes to augment the information in the accompanying figures.

<ol>
<li><b>Validate Parameters</b> - Resolve any H5S_ALL parameters
Expand Down Expand Up @@ -129,8 +94,5 @@
</li>
</ol>

</li></ol>


*/

</body></html>
6 changes: 0 additions & 6 deletions doxygen/dox/TechnicalNotes.dox
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@

*/

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

\htmlinclude IOFlow.html

*/

0 comments on commit 6db7030

Please sign in to comment.