Skip to content

Commit d5471e4

Browse files
sbryngelsonclaude
andcommitted
Fix unlinked module names in Doxygen file list descriptions
Use explicit @ref for mixed-case Fortran modules (m_bubbles_EE/EL/ EL_kernels) so Doxygen resolves the lowercase namespace. Correct wrong module names in @file briefs: m_boundary_conditions_common -> m_boundary_common, m_patches -> m_ib_patches / m_icpp_patches. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 336c819 commit d5471e4

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/common/m_boundary_common.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!>
22
!! @file
3-
!! @brief Contains module m_boundary_conditions_common
3+
!! @brief Contains module m_boundary_common
44

55
!> @brief The purpose of the module is to apply noncharacteristic and processor
66
!! boundary conditions

src/pre_process/m_icpp_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!>
22
!! @file
3-
!! @brief Contains module m_patches
3+
!! @brief Contains module m_icpp_patches
44

55
#:include 'case.fpp'
66
#:include 'ExtrusionHardcodedIC.fpp'

src/simulation/m_bubbles_EE.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!>
22
!! @file
3-
!! @brief Contains module m_bubbles_EE
3+
!! @brief Contains module @ref m_bubbles_ee "m_bubbles_EE"
44

55
#:include 'macros.fpp'
66

src/simulation/m_bubbles_EL.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!>
22
!! @file
3-
!! @brief Contains module m_bubbles_EL
3+
!! @brief Contains module @ref m_bubbles_el "m_bubbles_EL"
44

55
#:include 'macros.fpp'
66

src/simulation/m_bubbles_EL_kernels.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!>
22
!! @file
3-
!! @brief Contains module m_bubbles_EL_kernels
3+
!! @brief Contains module @ref m_bubbles_el_kernels "m_bubbles_EL_kernels"
44

55
#:include 'macros.fpp'
66

src/simulation/m_ib_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!>
22
!! @file
3-
!! @brief Contains module m_patches
3+
!! @brief Contains module m_ib_patches
44

55
#:include 'case.fpp'
66
#:include 'ExtrusionHardcodedIC.fpp'

0 commit comments

Comments
 (0)