summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-01-13 09:56:21 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-01-13 09:56:21 (GMT)
commit737d009a3cb41ceb873f604134b2aef379eecb94 (patch)
treed8456d9f7910ae37484b15383ea87064d145252e /testing
parent52b9dd486d176e091b9aade39d6d6db7774d63da (diff)
parent5697a9e8dbb298aede810c1ce6daded80bf40952 (diff)
downloadDoxygen-737d009a3cb41ceb873f604134b2aef379eecb94.zip
Doxygen-737d009a3cb41ceb873f604134b2aef379eecb94.tar.gz
Doxygen-737d009a3cb41ceb873f604134b2aef379eecb94.tar.bz2
Merge branch 'feature/bug_pre_markdown' of https://github.com/albert-github/doxygen into albert-github-feature/bug_pre_markdown
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/081/081__markdown__pre_8f90.xml51
-rwxr-xr-xtesting/081_markdown_pre.f9018
2 files changed, 69 insertions, 0 deletions
diff --git a/testing/081/081__markdown__pre_8f90.xml b/testing/081/081__markdown__pre_8f90.xml
new file mode 100755
index 0000000..7c713cf
--- /dev/null
+++ b/testing/081/081__markdown__pre_8f90.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
+ <compounddef id="081__markdown__pre_8f90" kind="file" language="Fortran">
+ <compoundname>081_markdown_pre.f90</compoundname>
+ <sectiondef kind="func">
+ <memberdef kind="function" id="081__markdown__pre_8f90_1aae79d7941f2dce9b2d61fc852f3031d1" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
+ <type>subroutine</type>
+ <definition>subroutine subr1</definition>
+ <argsstring>()</argsstring>
+ <name>subr1</name>
+ <briefdescription>
+ <para>subr1 </para>
+ </briefdescription>
+ <detaileddescription>
+ <para>
+ <preformatted>
+ ___________________________
+</preformatted>
+ </para>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="081_markdown_pre.f90" line="9" column="1" bodyfile="081_markdown_pre.f90" bodystart="10" bodyend="9"/>
+ </memberdef>
+ <memberdef kind="function" id="081__markdown__pre_8f90_1a799d06e535f6b6e83331907261cef116" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
+ <type>subroutine</type>
+ <definition>subroutine subr2</definition>
+ <argsstring>()</argsstring>
+ <name>subr2</name>
+ <briefdescription>
+ <para>subr2 </para>
+ </briefdescription>
+ <detaileddescription>
+ <para>
+ <preformatted>
+ ___________________________
+</preformatted>
+ </para>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="081_markdown_pre.f90" line="17" column="1" bodyfile="081_markdown_pre.f90" bodystart="18" bodyend="17"/>
+ </memberdef>
+ </sectiondef>
+ <briefdescription>
+ </briefdescription>
+ <detaileddescription>
+ </detaileddescription>
+ <location file="081_markdown_pre.f90"/>
+ </compounddef>
+</doxygen>
diff --git a/testing/081_markdown_pre.f90 b/testing/081_markdown_pre.f90
new file mode 100755
index 0000000..590bbbf
--- /dev/null
+++ b/testing/081_markdown_pre.f90
@@ -0,0 +1,18 @@
+! // objective: test <pre> in Fortran, no translation of markdown
+! // check: 081__markdown__pre_8f90.xml
+!> \file
+
+!> subr1
+!><pre>
+!> ___________________________
+!></pre>
+subroutine subr1()
+end subroutine
+
+!> subr2
+!><pre>
+!> ___________________________
+!></pre>
+!>
+subroutine subr2()
+end subroutine