1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

Merge pull request #3687 from mshabunin:doc-upgrade-5.x

Documentation transition to fresh Doxygen (5.x) #3687

Port of #3638
Merge with opencv/opencv#25161
CI part: opencv/ci-gha-workflow#162
This commit is contained in:
Maksim Shabunin
2024-03-06 09:54:37 +03:00
committed by GitHub
parent 6f68a4ebcc
commit 8f3a61b83c
32 changed files with 212 additions and 224 deletions

View File

@@ -41,17 +41,15 @@
This module provides storage routines for Hierarchical Data Format objects.
@{
@{
@defgroup hdf5 Hierarchical Data Format version 5
Hierarchical Data Format version 5
--------------------------------------------------------
Hierarchical Data Format version 5
--------------------------------------------------------
In order to use it, the hdf5 library has to be installed, which
means cmake should find it using `find_package(HDF5)` .
@}
In order to use it, the hdf5 library has to be installed, which
means cmake should find it using `find_package(HDF5)`.
@}
*/
#endif