Skip to content

Commit

Permalink
Fix section levels
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 22, 2024
1 parent 44dc911 commit 66cb457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/userdocs/hdf5io.dox
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,18 @@
* recording, this comes at the cost of losing the concurrent access and data integrity
* features that SWMR mode provides.
*
* \subsection hdf5io_swmr_examples Code Examples
* \subsubsection hdf5io_swmr_examples Code Examples
*
* This code snippet shows all the includes that are being used by the code examples
* shown in this section:
*
* \snippet tests/examples/test_HDF5IO_examples.cpp example_HDF5_includes
*
* \subsubsection hdf5io_swmr_examples_with_swmr Workflow with SWMR
* \paragraph hdf5io_swmr_examples_with_swmr Workflow with SWMR
*
* \snippet tests/examples/test_HDF5IO_examples.cpp example_HDF5_with_SWMR_mode
*
* \subsubsection hdf5io_noswmr_examples_without_swmr Workflow with SWMR disabled
* \paragraph hdf5io_noswmr_examples_without_swmr Workflow with SWMR disabled
*
* \snippet tests/examples/test_HDF5IO_examples.cpp example_HDF5_without_SWMR_mode
*
Expand Down

0 comments on commit 66cb457

Please sign in to comment.