summaryrefslogtreecommitdiffstats
path: root/testing/084_markdown_pre.f90
blob: 1760b67a2b34892826cb2728e04f4d473ce8169e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
! // objective: test <pre> in Fortran, no translation of markdown
! // check: 084__markdown__pre_8f90.xml
!> \file

!> subr1
!><pre>
!>                     ___________________________
!></pre>
subroutine subr1()
end subroutine

!> subr2
!><pre>
!>                     ___________________________
!></pre>
!>
subroutine subr2()
end subroutine