diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-13 10:03:12 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-13 10:03:12 (GMT) |
commit | dc438879c6bb1475add244b381cb6671316c850c (patch) | |
tree | 54c652ea35ece525f8b8cd98ffd640bb77703d12 /testing | |
parent | 737d009a3cb41ceb873f604134b2aef379eecb94 (diff) | |
download | Doxygen-dc438879c6bb1475add244b381cb6671316c850c.zip Doxygen-dc438879c6bb1475add244b381cb6671316c850c.tar.gz Doxygen-dc438879c6bb1475add244b381cb6671316c850c.tar.bz2 |
Merge: moved example from 081 to 084, improved check if last char is newline
Diffstat (limited to 'testing')
-rw-r--r--[-rwxr-xr-x] | testing/081_brief_lists.h | 0 | ||||
-rwxr-xr-x | testing/084/084__markdown__pre_8f90.xml (renamed from testing/081/081__markdown__pre_8f90.xml) | 14 | ||||
-rw-r--r--[-rwxr-xr-x] | testing/084_markdown_pre.f90 (renamed from testing/081_markdown_pre.f90) | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/testing/081_brief_lists.h b/testing/081_brief_lists.h index 8d13a93..8d13a93 100755..100644 --- a/testing/081_brief_lists.h +++ b/testing/081_brief_lists.h diff --git a/testing/081/081__markdown__pre_8f90.xml b/testing/084/084__markdown__pre_8f90.xml index 7c713cf..8a59bd9 100755 --- a/testing/081/081__markdown__pre_8f90.xml +++ b/testing/084/084__markdown__pre_8f90.xml @@ -1,9 +1,9 @@ <?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>
+ <compounddef id="084__markdown__pre_8f90" kind="file" language="Fortran">
+ <compoundname>084_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">
+ <memberdef kind="function" id="084__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>
@@ -20,9 +20,9 @@ </detaileddescription>
<inbodydescription>
</inbodydescription>
- <location file="081_markdown_pre.f90" line="9" column="1" bodyfile="081_markdown_pre.f90" bodystart="10" bodyend="9"/>
+ <location file="084_markdown_pre.f90" line="9" column="1" bodyfile="084_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">
+ <memberdef kind="function" id="084__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>
@@ -39,13 +39,13 @@ </detaileddescription>
<inbodydescription>
</inbodydescription>
- <location file="081_markdown_pre.f90" line="17" column="1" bodyfile="081_markdown_pre.f90" bodystart="18" bodyend="17"/>
+ <location file="084_markdown_pre.f90" line="17" column="1" bodyfile="084_markdown_pre.f90" bodystart="18" bodyend="17"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
- <location file="081_markdown_pre.f90"/>
+ <location file="084_markdown_pre.f90"/>
</compounddef>
</doxygen>
diff --git a/testing/081_markdown_pre.f90 b/testing/084_markdown_pre.f90 index 590bbbf..1760b67 100755..100644 --- a/testing/081_markdown_pre.f90 +++ b/testing/084_markdown_pre.f90 @@ -1,5 +1,5 @@ ! // objective: test <pre> in Fortran, no translation of markdown -! // check: 081__markdown__pre_8f90.xml +! // check: 084__markdown__pre_8f90.xml !> \file !> subr1 |