mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Feature/awesome (#4604)
* Added Doxygen Awesome and fixed a few quirks. * Fixed unterminated strings. * Added Doxygen Awesome by copy.
This commit is contained in:
parent
9b5d9680af
commit
4cbdf1a5f8
@ -1593,7 +1593,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
|
||||
DOXYGEN_LAYOUT_FILE='$(SRCDIR)/doxygen/hdf5doxy_layout.xml'
|
||||
DOXYGEN_HTML_HEADER='$(SRCDIR)/doxygen/hdf5_header.html'
|
||||
DOXYGEN_HTML_FOOTER='$(SRCDIR)/doxygen/hdf5_footer.html'
|
||||
DOXYGEN_HTML_EXTRA_STYLESHEET='$(SRCDIR)/doxygen/hdf5doxy.css'
|
||||
DOXYGEN_HTML_EXTRA_STYLESHEET='$(SRCDIR)/doxygen/hdf5doxy.css $(SRCDIR)/doxygen/doxygen-awesome.css'
|
||||
DOXYGEN_HTML_EXTRA_FILES='$(SRCDIR)/doxygen/hdf5_navtree_hacks.js'
|
||||
DOXYGEN_TAG_FILE=hdf5.tag
|
||||
DOXYGEN_SERVER_BASED_SEARCH=NO
|
||||
|
@ -21,7 +21,7 @@ if (DOXYGEN_FOUND)
|
||||
set (DOXYGEN_LAYOUT_FILE ${HDF5_DOXYGEN_DIR}/hdf5doxy_layout.xml)
|
||||
set (DOXYGEN_HTML_HEADER ${HDF5_DOXYGEN_DIR}/hdf5_header.html)
|
||||
set (DOXYGEN_HTML_FOOTER ${HDF5_DOXYGEN_DIR}/hdf5_footer.html)
|
||||
set (DOXYGEN_HTML_EXTRA_STYLESHEET ${HDF5_DOXYGEN_DIR}/hdf5doxy.css)
|
||||
set (DOXYGEN_HTML_EXTRA_STYLESHEET "${HDF5_DOXYGEN_DIR}/hdf5doxy.css ${HDF5_DOXYGEN_DIR}/doxygen-awesome.css")
|
||||
set (DOXYGEN_HTML_EXTRA_FILES "${HDF5_DOXYGEN_DIR}/hdf5_navtree_hacks.js")
|
||||
set (DOXYGEN_TAG_FILE ${HDF5_BINARY_DIR}/hdf5.tag)
|
||||
set (DOXYGEN_SERVER_BASED_SEARCH NO)
|
||||
|
@ -1283,7 +1283,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
DISABLE_INDEX = YES
|
||||
DISABLE_INDEX = NO
|
||||
|
||||
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
|
||||
# structure should be generated to display hierarchical information. If the tag
|
||||
|
@ -387,8 +387,8 @@ ALIASES += str_pad_type="<table><tr><td>#H5T_STR_NULLTERM</td><td>0</td><td>Null
|
||||
ALIASES += see_virtual=" \see Supporting Functions: H5Pget_layout(), H5Pset_layout(), H5Sget_regular_hyperslab(), H5Sis_regular_hyperslab(), H5Sselect_hyperslab() \see VDS Functions: H5Pget_virtual_count(), H5Pget_virtual_dsetname(), H5Pget_virtual_filename(), H5Pget_virtual_prefix(), H5Pget_virtual_printf_gap(), H5Pget_virtual_srcspace(), H5Pget_virtual_view(), H5Pget_virtual_vspace(), H5Pset_virtual(), H5Pset_virtual_prefix(), H5Pset_virtual_printf_gap(), H5Pset_virtual_view()"
|
||||
ALIASES += obj_info_fields="<table><tr><th>Flag</th><th>Purpose</th></tr><tr><td>#H5O_INFO_BASIC</td><td>Fill in the fileno, addr, type, and rc fields</td></tr><tr> <td>#H5O_INFO_TIME</td><td>Fill in the atime, mtime, ctime, and btime fields</td></tr><tr> <td>#H5O_INFO_NUM_ATTRS</td> <td>Fill in the num_attrs field</td></tr><tr><td>#H5O_INFO_HDR</td><td>Fill in the num_attrs field</td></tr><tr><td>#H5O_INFO_META_SIZE</td><td>Fill in the meta_size field</td></tr><tr><td>#H5O_INFO_ALL</td><td>#H5O_INFO_BASIC | #H5O_INFO_TIME | #H5O_INFO_NUM_ATTRS | #H5O_INFO_HDR | #H5O_INFO_META_SIZE</td></tr></table>"
|
||||
|
||||
ALIASES += details_namelen{2}="Up to \p size characters of the \1 name are returned in \p name; additional characters, if any, are not returned to the user application.\n\n If the length of the \1 name, which determines the required value of \p size, is unknown, a preliminary call to \2() with the last two parameters set to NULL and zero respectively can be made. The return value of this call will be the size in bytes of the \1 name. That value, plus 1 for a NULL terminator, must then be assigned to \p size for a second \2() call, which will retrieve the actual \1 name.
|
||||
ALIASES += details_namelen_plusone{2}="Up to \p size characters of the \1 name are returned in \p name; additional characters, if any, are not returned to the user application.\n\n If the length of the \1 name, which determines the required value of \p size, is unknown, a preliminary call to \2() with the last two parameters set to NULL and zero respectively can be made. The return value of this call will be the size in bytes of the \1 name plus 1 for a NULL terminator. That value must then be assigned to \p size for a second \2() call, which will retrieve the actual \1 name.
|
||||
ALIASES += details_namelen{2}="Up to \p size characters of the \1 name are returned in \p name; additional characters, if any, are not returned to the user application.\n\n If the length of the \1 name, which determines the required value of \p size, is unknown, a preliminary call to \2() with the last two parameters set to NULL and zero respectively can be made. The return value of this call will be the size in bytes of the \1 name. That value, plus 1 for a NULL terminator, must then be assigned to \p size for a second \2() call, which will retrieve the actual \1 name."
|
||||
ALIASES += details_namelen_plusone{2}="Up to \p size characters of the \1 name are returned in \p name; additional characters, if any, are not returned to the user application.\n\n If the length of the \1 name, which determines the required value of \p size, is unknown, a preliminary call to \2() with the last two parameters set to NULL and zero respectively can be made. The return value of this call will be the size in bytes of the \1 name plus 1 for a NULL terminator. That value must then be assigned to \p size for a second \2() call, which will retrieve the actual \1 name."
|
||||
|
||||
|
||||
################################################################################
|
||||
|
@ -8,7 +8,9 @@ Please refer to their <a href="https://gitlab.com/libeigen/eigen">GitLab reposit
|
||||
and the online version of their
|
||||
<a href="http://eigen.tuxfamily.org/dox/">Doxygen-based documentation</a>.
|
||||
Not only does Eigen set a standard as a piece of software, but also as an example
|
||||
of <em>documentation done right</em>.
|
||||
of <em>documentation done right</em>. And kudos to the
|
||||
<a href="https://github.com/jothepro/doxygen-awesome-css">Doxygen Awesome project</a>
|
||||
for their style sheets.
|
||||
|
||||
\section about_documentation Documentation about Documentation
|
||||
|
||||
@ -114,14 +116,4 @@ be
|
||||
https://\RFCURL/my_great_rfc_name.pdf
|
||||
\endverbatim
|
||||
|
||||
\subsection hosting How Do Updates and Changes Get Published?
|
||||
|
||||
Currently, the files underlying this documentation website are stored in an
|
||||
bucket on AWS S3. The top-level bucket is <pre>s3://docs.hdfgroup.org/hdf5/</pre>
|
||||
There are folders for the <tt>development</tt> branch and all supported release
|
||||
version.
|
||||
|
||||
Talk to your friendly IT-team if you need write access, or you need someone to
|
||||
push an updated version for you!
|
||||
|
||||
*/
|
@ -20,20 +20,6 @@ while the \link Cookbook \endlink is focused on tasks. The different guide-type
|
||||
documents cover a mix of tasks, concepts, and reference, to help a specific
|
||||
<em>audience</em> succeed.
|
||||
|
||||
\par Versions
|
||||
Version-specific documentation (see the version in the title area) can be found
|
||||
here:
|
||||
- <a href="https://\DOXURL/index.html">HDF5 <code>develop</code> branch (this site)</a>
|
||||
- <a href="https://hdfgroup.github.io/hdf5/v1_14/index.html">HDF5 1.14.x</a>
|
||||
- <a href="https://\HDFURL/v1_12/index.html">HDF5 1.12.x</a>
|
||||
- <a href="https://\HDFURL/v1_10/index.html">HDF5 1.10.x</a>
|
||||
- <a href="https://\HDFURL/v1_8/index.html">HDF5 1.8.x</a>
|
||||
|
||||
\par Search
|
||||
If you are looking for a specific function, constant, type, etc., use the
|
||||
search box in the top right-hand corner!\n Otherwise, check out the
|
||||
\link FTS full-text search\endlink.
|
||||
|
||||
\par Offline reading
|
||||
You can <a href="https://github.com/HDFGroup/hdf5/releases/download/snapshot/snapshot.doxygen.zip">download</a> it as an archive for offline reading.
|
||||
|
||||
|
@ -12,6 +12,8 @@
|
||||
\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
|
||||
|
||||
*/
|
||||
|
||||
|
@ -1,12 +1,5 @@
|
||||
/** \page UG HDF5 User Guide
|
||||
|
||||
<center>
|
||||
HDF5 Release 1.14
|
||||
|
||||
\image html HDFG-logo.png "The HDF Group"
|
||||
|
||||
</center>
|
||||
|
||||
\ref sec_data_model
|
||||
\li \ref subsec_data_model_intro
|
||||
\li \ref subsec_data_model_abstract
|
||||
|
2677
doxygen/doxygen-awesome.css
Normal file
2677
doxygen/doxygen-awesome.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Debugging HDF5 Applications</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="full_width_table">
|
||||
<h2>Introduction</h2>
|
||||
|
||||
<p>The HDF5 library contains a number of debugging features to
|
||||
@ -388,5 +390,5 @@ H5E.c:336: warning: trace info was not inserted
|
||||
can be parsed from program development environments like
|
||||
Emacs. Any function which generates an error will not be
|
||||
modified.</p>
|
||||
|
||||
</div>
|
||||
</body></html>
|
||||
|
@ -4,21 +4,19 @@
|
||||
<title>HDF5 File Format Discussion</title>
|
||||
|
||||
<meta name="author" content="Quincey Koziol">
|
||||
<style type="text/css">
|
||||
OL.loweralpha { list-style-type: lower-alpha }
|
||||
OL.upperroman { list-style-type: upper-roman }
|
||||
</style>
|
||||
|
||||
<style type="text/css">
|
||||
TD CAPTION EM { color: red }
|
||||
TD EM { color: blue }
|
||||
TABLE CAPTION STRONG { font-size: larger }
|
||||
</style>
|
||||
</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>
|
||||
|
||||
<style type="text/css">
|
||||
TD CAPTION EM { color: red }
|
||||
TD EM { color: blue }
|
||||
TABLE CAPTION STRONG { font-size: larger }
|
||||
</style>
|
||||
|
||||
<div class="full_width_table">
|
||||
<center><h1>HDF5 File Format Discussion</h1></center>
|
||||
<center><h3>Quincey Koziol<br>
|
||||
koziol@ncsa.uiuc.edu<br>
|
||||
@ -1271,5 +1269,5 @@ Message 5...
|
||||
</li></ol>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body></html>
|
||||
|
@ -40,7 +40,7 @@ tr:nth-child(even) {
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="full_width_table">
|
||||
<ul>
|
||||
<li><a href="#introduction">1. Introduction to HDF5 File Image Operations</a></li>
|
||||
<ul>
|
||||
@ -1606,5 +1606,6 @@ The parameters of H5LTopen_file_image_f are defined as follows:</p>
|
||||
<td>Returns the error status: 0 for success and -1 for failure.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -5,7 +5,7 @@
|
||||
</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<div class="full_width_table">
|
||||
<center>
|
||||
<table border=0 width=90%>
|
||||
<tr>
|
||||
@ -4046,5 +4046,6 @@ for the last field).
|
||||
<P>Data of a compound datatype is stored as a contiguous stream of the items
|
||||
in the structure, with each item formatted according to its datatype.
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -17,7 +17,7 @@ TABLE.format CAPTION { font-weight:bold; font-size:larger;}
|
||||
|
||||
TABLE.note {border:none; text-align:right; width:80%;}
|
||||
|
||||
TABLE.desc { border:solid; border-collapse:collapse; caption-size:top; text-align:left; width:80%;}
|
||||
TABLE.desc { border:solid; border-collapse:collapse; caption-side:top; text-align:left; width:80%;}
|
||||
TABLE.desc TR { vertical-align:top;}
|
||||
TABLE.desc TH { border-style:ridge; font-size:larger; padding:4px; text-decoration:underline;}
|
||||
TABLE.desc TD { border-style:ridge; padding:4px; }
|
||||
@ -31,7 +31,7 @@ TABLE.list TD { border:none; }
|
||||
</STYLE>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="full_width_table">
|
||||
<center>
|
||||
<table border=0 width=90%>
|
||||
<tr>
|
||||
@ -6435,5 +6435,6 @@ file address with all bits set, i.e. <code>0xffff...ff</code>.
|
||||
<P>The <A name="UnlimitedDim">"unlimited size"</A> for a size is a
|
||||
value with all bits set, i.e. <code>0xffff...ff</code>.
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -22,10 +22,11 @@ h2 {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
<!--
|
||||
/*
|
||||
A horizontal rule ( <hr />) should be placed on the line above
|
||||
each h2 tag. The h2 tags are used on the main sections along with
|
||||
the hr tags. -->h3 {
|
||||
the hr tags. */
|
||||
h3 {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
@ -52,20 +53,20 @@ p {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
<!--
|
||||
/*
|
||||
p.item {
|
||||
margin-left: 2em;
|
||||
text-indent: -2em
|
||||
}
|
||||
|
||||
-->
|
||||
<!--
|
||||
*/
|
||||
/*
|
||||
p.item2 {
|
||||
margin-left: 2em;
|
||||
text-indent: 2em
|
||||
}
|
||||
|
||||
-->
|
||||
*/
|
||||
table.format {
|
||||
border: solid;
|
||||
border-collapse: collapse;
|
||||
@ -99,7 +100,7 @@ table.note {
|
||||
table.desc {
|
||||
border: solid;
|
||||
border-collapse: collapse;
|
||||
caption-size: top;
|
||||
caption-side: top;
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
}
|
||||
@ -111,14 +112,14 @@ table.desc tr {
|
||||
table.desc th {
|
||||
border-style: ridge;
|
||||
font-size: larger;
|
||||
padding: 4px; <!--
|
||||
padding: 4px; /*
|
||||
text-decoration: underline;
|
||||
-->
|
||||
*/
|
||||
}
|
||||
|
||||
table.desc td {
|
||||
border-style: ridge; <!--
|
||||
padding: 4px; -->
|
||||
border-style: ridge; /*
|
||||
padding: 4px; */
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
@ -220,7 +221,9 @@ div {
|
||||
page-break-after: auto
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="full_width_table">
|
||||
<center>
|
||||
<table border="0" width="90%">
|
||||
<tr>
|
||||
@ -15245,6 +15248,6 @@ The range of values represented by child[
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</head>
|
||||
<body></body>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -55,18 +55,18 @@
|
||||
text-indent: 0px;
|
||||
font-size: 100%;
|
||||
}
|
||||
<!--
|
||||
/*
|
||||
p.item { margin-left: 2em;
|
||||
text-indent: -2em
|
||||
} -->
|
||||
<!-- p.item2 { margin-left: 2em; text-indent: 2em} -->
|
||||
} */
|
||||
/* p.item2 { margin-left: 2em; text-indent: 2em} */
|
||||
|
||||
table.format { border:solid;
|
||||
border-collapse:collapse;
|
||||
caption-side:top;
|
||||
text-align:center;
|
||||
width:80%;
|
||||
}
|
||||
table.format { border:solid;
|
||||
border-collapse:collapse;
|
||||
caption-side:top;
|
||||
text-align:center;
|
||||
width:80%;
|
||||
}
|
||||
table.format th { border:ridge;
|
||||
padding:4px;
|
||||
width:25%;
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
table.desc { border:solid;
|
||||
border-collapse:collapse;
|
||||
caption-size:top;
|
||||
caption-side:top;
|
||||
text-align:left;
|
||||
width:80%;
|
||||
}
|
||||
@ -94,11 +94,11 @@
|
||||
table.desc th { border-style:ridge;
|
||||
font-size:larger;
|
||||
padding:4px;
|
||||
<!-- text-decoration:underline; -->
|
||||
/* text-decoration:underline; */
|
||||
}
|
||||
table.desc td { border-style:ridge;
|
||||
<!-- padding: 4px; -->
|
||||
vertical-align:text-top;
|
||||
/* padding: 4px; */
|
||||
vertical-align:text-top;
|
||||
}
|
||||
table.desc caption { font-weight:bold;
|
||||
font-size:larger;
|
||||
@ -184,7 +184,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<!-- #EndLibraryItem -->
|
||||
|
||||
<div class="full_width_table">
|
||||
<center>
|
||||
<table border="0" width="90%">
|
||||
<tr>
|
||||
@ -20406,6 +20406,6 @@ disk address for the chunk.</p>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,27 +1,33 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen $doxygenversion"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
|
||||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
||||
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript">var page_layout=1;</script>
|
||||
<script type="text/javascript" src="$relpath^jquery.js"></script>
|
||||
<script type="text/javascript" src="$relpath^dynsections.js"></script>
|
||||
$treeview
|
||||
$search
|
||||
$mathjax
|
||||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
||||
$extrastylesheet
|
||||
<link href="$relpath$hdf5doxy.css" rel="stylesheet" type="text/css">
|
||||
<!-- $extrastylesheet -->
|
||||
<script type="text/javascript" src="$relpath$hdf5_navtree_hacks.js"></script>
|
||||
|
||||
<div style="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Please, help us to better serve our user community by answering the following short survey: <a href="https://www.hdfgroup.org/website-survey/">https://www.hdfgroup.org/website-survey/</a></div>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Please, help us to better serve our user community by answering the following short survey: <a href="https://www.hdfgroup.org/website-survey/">https://www.hdfgroup.org/website-survey/</a></div>
|
||||
<!--BEGIN DISABLE_INDEX-->
|
||||
<!--BEGIN FULL_SIDEBAR-->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<!--END FULL_SIDEBAR-->
|
||||
<!--END DISABLE_INDEX-->
|
||||
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
@ -29,31 +35,37 @@ $mathjax
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<tr id="projectrow">
|
||||
<!--BEGIN PROJECT_LOGO-->
|
||||
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
|
||||
<!--END PROJECT_LOGO-->
|
||||
<!--BEGIN PROJECT_NAME-->
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname"><a href="https://www.hdfgroup.org">$projectname</a>
|
||||
<!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
|
||||
<td id="projectalign">
|
||||
<div id="projectname">$projectname<!--BEGIN PROJECT_NUMBER--><span id="projectnumber"> $projectnumber</span><!--END PROJECT_NUMBER-->
|
||||
</div>
|
||||
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
|
||||
</td>
|
||||
<!--END PROJECT_NAME-->
|
||||
<!--BEGIN !PROJECT_NAME-->
|
||||
<!--BEGIN PROJECT_BRIEF-->
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<td>
|
||||
<div id="projectbrief">$projectbrief</div>
|
||||
</td>
|
||||
<!--END PROJECT_BRIEF-->
|
||||
<!--END !PROJECT_NAME-->
|
||||
<!--BEGIN DISABLE_INDEX-->
|
||||
<!--BEGIN SEARCHENGINE-->
|
||||
<td>$searchbox</td>
|
||||
<!--BEGIN !FULL_SIDEBAR-->
|
||||
<td>$searchbox</td>
|
||||
<!--END !FULL_SIDEBAR-->
|
||||
<!--END SEARCHENGINE-->
|
||||
<!--END DISABLE_INDEX-->
|
||||
</tr>
|
||||
<!--BEGIN SEARCHENGINE-->
|
||||
<!--BEGIN FULL_SIDEBAR-->
|
||||
<tr><td colspan="2">$searchbox</td></tr>
|
||||
<!--END FULL_SIDEBAR-->
|
||||
<!--END SEARCHENGINE-->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -1,156 +1,3 @@
|
||||
|
||||
/******** HDF5 specific CSS code ************/
|
||||
|
||||
/**** Styles removing elements ****/
|
||||
|
||||
/* remove the "modules|classes" link for module pages (they are already in the TOC) */
|
||||
div.summary {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* remove */
|
||||
div.contents hr {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/**** ****/
|
||||
|
||||
p, dl.warning, dl.attention, dl.note
|
||||
{
|
||||
max-width:60em;
|
||||
text-align:justify;
|
||||
}
|
||||
|
||||
li {
|
||||
max-width:55em;
|
||||
text-align:justify;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
div.fragment {
|
||||
display:table; /* this allows the element to be larger than its parent */
|
||||
padding: 0pt;
|
||||
}
|
||||
pre.fragment {
|
||||
border: 1px solid #cccccc;
|
||||
|
||||
margin: 2px 0px 2px 0px;
|
||||
padding: 3px 5px 3px 5px;
|
||||
}
|
||||
|
||||
/* Common style for all HDF5's tables */
|
||||
|
||||
table.example, table.manual, table.manual-vl, table.manual-hl {
|
||||
max-width:100%;
|
||||
border-collapse: collapse;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #cccccc;
|
||||
font-size: 1em;
|
||||
|
||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
table.example th, table.manual th, table.manual-vl th, table.manual-hl th {
|
||||
padding: 0.5em 0.5em 0.5em 0.5em;
|
||||
text-align: left;
|
||||
padding-right: 1em;
|
||||
color: #555555;
|
||||
background-color: #F4F4E5;
|
||||
|
||||
background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.3,#FFFFFF), color-stop(0.30,#FFFFFF), color-stop(0.98,#F4F4E5), to(#ECECDE));
|
||||
background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 30%, #F4F4E5 98%, #ECECDE);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4E5');
|
||||
}
|
||||
|
||||
table.example td, table.manual td, table.manual-vl td, table.manual-hl td {
|
||||
vertical-align:top;
|
||||
border-width: 1px;
|
||||
border-color: #cccccc;
|
||||
}
|
||||
|
||||
/* header of headers */
|
||||
table th.meta {
|
||||
text-align:center;
|
||||
font-size: 1.2em;
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
/* intermediate header */
|
||||
table th.inter {
|
||||
text-align:left;
|
||||
background-color:#FFFFFF;
|
||||
background-image:none;
|
||||
border-style:solid solid solid solid;
|
||||
border-width: 1px;
|
||||
border-color: #cccccc;
|
||||
}
|
||||
|
||||
/** class for example / output tables **/
|
||||
|
||||
table.example {
|
||||
}
|
||||
|
||||
table.example th {
|
||||
}
|
||||
|
||||
table.example td {
|
||||
padding: 0.5em 0.5em 0.5em 0.5em;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
/* standard class for the manual */
|
||||
|
||||
table.manual, table.manual-vl, table.manual-hl {
|
||||
padding: 0.2em 0em 0.5em 0em;
|
||||
}
|
||||
|
||||
table.manual th, table.manual-vl th, table.manual-hl th {
|
||||
margin: 0em 0em 0.3em 0em;
|
||||
}
|
||||
|
||||
table.manual td, table.manual-vl td, table.manual-hl td {
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
vertical-align:top;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
table.manual td.alt, table.manual tr.alt, table.manual-vl td.alt, table.manual-vl tr.alt {
|
||||
background-color: #F4F4E5;
|
||||
}
|
||||
|
||||
table.manual-vl th, table.manual-vl td, table.manual-vl td.alt {
|
||||
border-color: #cccccc;
|
||||
border-width: 1px;
|
||||
border-style: none solid none solid;
|
||||
}
|
||||
|
||||
table.manual-vl th.inter {
|
||||
border-style: solid solid solid solid;
|
||||
}
|
||||
|
||||
table.manual-hl td {
|
||||
border-color: #cccccc;
|
||||
border-width: 1px;
|
||||
border-style: solid none solid none;
|
||||
}
|
||||
|
||||
table td.code {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top:2em;
|
||||
border-style: none none solid none;
|
||||
border-width: 1px;
|
||||
border-color: #cccccc;
|
||||
}
|
||||
|
||||
/**** Table of content in the side-nav ****/
|
||||
|
||||
|
||||
@ -193,26 +40,6 @@ div.warningbox {
|
||||
border-width: 3px;
|
||||
}
|
||||
|
||||
/**** old HDF5's styles ****/
|
||||
|
||||
|
||||
table.tutorial_code td {
|
||||
border-color: transparent; /* required for Firefox */
|
||||
padding: 3pt 5pt 3pt 5pt;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
/* Whenever doxygen meets a '\n' or a '<BR/>', it will put
|
||||
* the text containing the character into a <p class="starttd">.
|
||||
* This little hack together with table.tutorial_code td.note
|
||||
* aims at fixing this issue. */
|
||||
table.tutorial_code td.note p.starttd {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
div.eimainmenu {
|
||||
text-align: center;
|
||||
}
|
||||
@ -256,4 +83,4 @@ a[href^="https://"]::after
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
@ -2,21 +2,19 @@
|
||||
<doxygenlayout version="1.0">
|
||||
<!-- Navigation index tabs for HTML output -->
|
||||
<navindex>
|
||||
<tab type="user" url="index.html" title="Overview" />
|
||||
<tab type="user" url="@ref GettingStarted" title="Getting started" />
|
||||
<tab type="user" url="@ref UG" title="User Guide" />
|
||||
<tab type="user" url="@ref RM" title="Reference Manual" />
|
||||
<tab type="user" url="https://\DSPURL/HDF5+Application+Developer%27s+Guide" title="Application Developer's Guide" />
|
||||
<tab type="user" url="https://github.com/HDFGroup/arch-doc/blob/main/An_Overview_of_the_HDF5_Library_Architecture.v2.pdf" title="HDF5 Library Architecture Overview" />
|
||||
<tab type="user" url="@ref SPEC" title="Specifications" />
|
||||
<!-- <tab type="user" url="https://\DSPURL/HDF5+Application+Developer%27s+Guide" title="Application Developer's Guide" />
|
||||
<tab type="user" url="https://github.com/HDFGroup/arch-doc/blob/main/An_Overview_of_the_HDF5_Library_Architecture.v2.pdf" title="HDF5 Library Architecture Overview" /> -->
|
||||
<tab type="user" url="@ref Cookbook" title="Cookbook" />
|
||||
<tab type="user" url="@ref TN" title="Technical Notes" />
|
||||
<tab type="user" url="@ref VOL_Connector" title="HDF5 VOL Connector Author Guide" />
|
||||
<tab type="user" url="https://\DSPURL/HDF5+VOL+User%27s+Guide" title="HDF5 VOL User's Guide" />
|
||||
<!-- <tab type="user" url="@ref VOL_Connector" title="HDF5 VOL Connector Author Guide" />
|
||||
<tab type="user" url="https://\DSPURL/HDF5+VOL+User%27s+Guide" title="HDF5 VOL User's Guide" /> -->
|
||||
<tab type="user" url="@ref RFC" title="RFCs" />
|
||||
<tab type="user" url="@ref FTS" title="Full-Text Search" />
|
||||
<tab type="user" url="@ref SPEC" title="Specifications" />
|
||||
<tab type="user" url="@ref GLS" title="Glossary" />
|
||||
<tab type="user" url="@ref About" title="About" />
|
||||
<tab type="user" url="@ref GLS" title="Glossary" />
|
||||
</navindex>
|
||||
|
||||
<!-- Layout definition for a class page -->
|
||||
|
Loading…
Reference in New Issue
Block a user