Skip to content

Commit

Permalink
(docs) add spacing to procedure links list
Browse files Browse the repository at this point in the history
  • Loading branch information
14NGiestas committed Dec 7, 2024
1 parent 60c5493 commit 6c40044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ end interface
#:set f77 = [prefix(pfx,generic_name) for pfx in prefixes]
!> Generic old style interface for ${prefix('',generic_name).upper()}$.
!> Supports ${', '.join(prefixes)}$.
!> See also: [[${mfi}$]], ${'[[' + ']],[['.join(f77) + ']]'}$.
!> See also: [[${mfi}$]], ${'[[' + ']], [['.join(f77) + ']]'}$.
interface f77_${prefix('',generic_name)}$
#:for pfx in prefixes
#:set name = prefix(pfx,generic_name)
Expand Down Expand Up @@ -164,7 +164,7 @@ $:code(name,pfxs)
!> Generic modern interface for ${prefix('',generic_name).upper()}$.
!> Supports ${', '.join(prefixes)}$.
!> See also:
!> ${'[[' + ']],[['.join(f77) + ']]'}$.
!> ${'[[' + ']], [['.join(f77) + ']]'}$.
#:set functions = map(lambda pfx: 'mfi_' + prefix(pfx,generic_name), prefixes)
$:interface(functions, &
procedure='module procedure', &
Expand Down

0 comments on commit 6c40044

Please sign in to comment.