Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 084_markdown_pre.f90
1 ! // objective: test <pre> in Fortran, no translation of markdown
2 ! // check: 084__markdown__pre_8f90.xml
3 !> \file
4
5 !> subr1
6 !><pre>
7 !>                     ___________________________
8 !></pre>
9 subroutine subr1()
10 end subroutine
11
12 !> subr2
13 !><pre>
14 !>                     ___________________________
15 !></pre>
16 !>
17 subroutine subr2()
18 end subroutine