Skip to content

Commit 2b7a917

Browse files
sbryngelsonclaude
andcommitted
Fix remaining 5 Doxygen grouping warnings (now 0 warnings total)
- m_surface_tension.fpp: typo @) -> @} (close group) - m_global_parameters.fpp (sim): copy-paste @{ -> @} (close group) - m_global_parameters.fpp (post): typo #} -> @} (close group) - m_rhs.fpp: add missing @} closer for index bounds group - m_compute_levelset.fpp: remove orphaned @} with no matching opener Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 55da357 commit 2b7a917

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/post_process/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ module m_global_parameters
335335

336336
real(wp) :: sigma
337337
logical :: surface_tension
338-
!> #}
338+
!> @}
339339

340340
!> @name Index variables used for m_variables_conversion
341341
!> @{

src/simulation/m_compute_levelset.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ contains
5959
end if
6060
end do
6161
$:END_GPU_PARALLEL_LOOP()
62-
!> @}
6362

6463
! 2D Patch Geometries
6564
elseif (n > 0) then
@@ -81,7 +80,6 @@ contains
8180
end if
8281
end do
8382
$:END_GPU_PARALLEL_LOOP()
84-
!> @}
8583

8684
end if
8785

src/simulation/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ module m_global_parameters
326326
! boundary values.
327327
!> @{
328328
real(wp) :: wa_flg
329-
!> @{
329+
!> @}
330330

331331
$:GPU_DECLARE(create='[wa_flg]')
332332

src/simulation/m_rhs.fpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ module m_rhs
158158
$:GPU_DECLARE(create='[irx,iry,irz]')
159159

160160
type(int_bounds_info) :: is1, is2, is3
161+
!> @}
161162
$:GPU_DECLARE(create='[is1,is2,is3]')
162163

163164
!> @name Saved fluxes for testing

src/simulation/m_surface_tension.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module m_surface_tension
3636
!> @name color function gradient components and magnitude
3737
!> @{
3838
type(scalar_field), allocatable, dimension(:) :: c_divs
39-
!> @)
39+
!> @}
4040
$:GPU_DECLARE(create='[c_divs]')
4141

4242
!> @name cell boundary reconstructed gradient components and magnitude

0 commit comments

Comments
 (0)