Skip to content

Commit

Permalink
fix '@cond' for older doxygen versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Dec 31, 2024
1 parent 662b747 commit cfca05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ip_grid_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module ip_grid_mod
real :: rerth !< Radius of the Earth.
real :: eccen_squared !< Eccentricity of the Earth squared (e^2).
contains
!> @cond
!> @cond skip
!> Initializer for grib1 input descriptor.
procedure(init_grib1_interface), deferred :: init_grib1
!> Initializer for grib2 input descriptor.
Expand Down

0 comments on commit cfca05a

Please sign in to comment.