Skip to content

Commit

Permalink
Convert file format html files to doxygen (#5204)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jan 7, 2025
1 parent 67d074c commit d788d0a
Show file tree
Hide file tree
Showing 12 changed files with 28,243 additions and 46,343 deletions.
1 change: 1 addition & 0 deletions .github/workflows/netcdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
-DHDF5_BUILD_DOC:BOOL=OFF \
-DHDF5_ENABLE_ZLIB_SUPPORT:BOOL=ON \
-DZLIB_USE_LOCALCONTENT:BOOL=OFF \
-DHDF5_ENABLE_ZLIB_SUPPORT:BOOL=ON \
-DH5_NO_DEPRECATED_SYMBOLS:BOOL=OFF \
-DBUILD_TESTING:BOOL=OFF \
-DCMAKE_INSTALL_PREFIX:PATH=/usr/local \
Expand Down
2 changes: 2 additions & 0 deletions CMakeFilters.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ endif ()
if(NOT DEFINED ZLIBNG_PACKAGE_NAME)
set(ZLIBNG_PACKAGE_NAME "zlib-ng")
endif ()
option (HDF5_ENABLE_ZLIB_SUPPORT "Enable Zlib Filters" OFF)
if (HDF5_ENABLE_ZLIB_SUPPORT)
if (NOT H5_ZLIB_HEADER)
if (NOT ZLIB_USE_EXTERNAL)
Expand Down Expand Up @@ -160,6 +161,7 @@ set(H5_SZIP_FOUND FALSE)
if(NOT DEFINED LIBAEC_PACKAGE_NAME)
set(LIBAEC_PACKAGE_NAME "libaec")
endif ()
option (HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" OFF)
if (HDF5_ENABLE_SZIP_SUPPORT)
option (HDF5_ENABLE_SZIP_ENCODING "Use SZip Encoding" ON)
if (NOT SZIP_USE_EXTERNAL)
Expand Down
24 changes: 4 additions & 20 deletions doxygen/dox/FileFormatSpec.dox
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
/** \page FMT3 HDF5 File Format Specification Version 3.0
\ref FMT3

\htmlinclude H5.format.html
\ref FMT2

*/
\ref FMT11

/** \page FMT2 HDF5 File Format Specification Version 2.0

\htmlinclude H5.format.2.0.html

*/

/** \page FMT11 HDF5 File Format Specification Version 1.1

\htmlinclude H5.format.1.1.html

*/

/** \page FMT1 HDF5 File Format Specification Version 1.0

\htmlinclude H5.format.1.0.html

*/
\ref FMT1
2,469 changes: 2,469 additions & 0 deletions doxygen/dox/H5.format.1.0.dox

Large diffs are not rendered by default.

3,887 changes: 3,887 additions & 0 deletions doxygen/dox/H5.format.1.1.dox

Large diffs are not rendered by default.

9,285 changes: 9,285 additions & 0 deletions doxygen/dox/H5.format.2.0.dox

Large diffs are not rendered by default.

12,591 changes: 12,591 additions & 0 deletions doxygen/dox/H5.format.3.0.dox

Large diffs are not rendered by default.

32 changes: 4 additions & 28 deletions doxygen/dox/Specifications.dox
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

\section File Format

\li \ref FMT1SPEC
\li \ref FMT11SPEC
\li \ref FMT2SPEC
\li \ref FMT3SPEC
\li \ref FMT1
\li \ref FMT11
\li \ref FMT2
\li \ref FMT3

\section Other

Expand All @@ -21,27 +21,3 @@
\li \ref sec_dim_scales_spec

*/

/** \page FMT3SPEC HDF5 File Format Specification Version 3.0

\htmlinclude H5.format.html

*/

/** \page FMT2SPEC HDF5 File Format Specification Version 2.0

\htmlinclude H5.format.2.0.html

*/

/** \page FMT11SPEC HDF5 File Format Specification Version 1.1

\htmlinclude H5.format.1.1.html

*/

/** \page FMT1SPEC HDF5 File Format Specification Version 1.0

\htmlinclude H5.format.1.0.html

*/
Loading

0 comments on commit d788d0a

Please sign in to comment.