diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-19 19:46:35 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-19 19:46:35 (GMT) |
commit | 5875da6cae352bbcbe64f537ccfcfab08ad98b3f (patch) | |
tree | 1f707443b228c25e2d0389133b8e697e88a11426 /testing/044 | |
parent | ea7a639c40a88c0de4baad4c0ffd5ae4b4065969 (diff) | |
download | Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.zip Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.tar.gz Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.tar.bz2 |
Added regression test suite
Diffstat (limited to 'testing/044')
-rw-r--r-- | testing/044/struct_s.xml | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/testing/044/struct_s.xml b/testing/044/struct_s.xml new file mode 100644 index 0000000..9505f8c --- /dev/null +++ b/testing/044/struct_s.xml @@ -0,0 +1,129 @@ +<?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="struct_s" kind="struct" prot="public"> + <compoundname>S</compoundname> + <includes refid="044__section_8h" local="no">044_section.h</includes> + <sectiondef kind="public-attrib"> + <memberdef kind="variable" id="struct_s_1aff6062601582dff52ace76d285c2e504" prot="public" static="no" mutable="no"> + <type>int</type> + <definition>int S::pub1</definition> + <argsstring/> + <name>pub1</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>public field </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="044_section.h" bodystart="10" bodyend="-1"/> + </memberdef> + <memberdef kind="variable" id="struct_s_1a413054db7785010db38c16322c8583cc" prot="public" static="no" mutable="no"> + <type>int</type> + <definition>int S::pub2</definition> + <argsstring/> + <name>pub2</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>another public field </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="044_section.h" bodystart="12" bodyend="-1"/> + </memberdef> + </sectiondef> + <sectiondef kind="protected-attrib"> + <memberdef kind="variable" id="struct_s_1ac506df106f05b04ac31b3b6ae1357067" prot="protected" static="no" mutable="no"> + <type>int</type> + <definition>int S::pro1</definition> + <argsstring/> + <name>pro1</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>protected field </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="044_section.h" bodystart="17" bodyend="-1"/> + </memberdef> + <memberdef kind="variable" id="struct_s_1a0c535a6122f4ae509a336e3a67f927a4" prot="protected" static="no" mutable="no"> + <type>int</type> + <definition>int S::pro2</definition> + <argsstring/> + <name>pro2</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>another protected field </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="044_section.h" bodystart="19" bodyend="-1"/> + </memberdef> + </sectiondef> + <sectiondef kind="private-attrib"> + <memberdef kind="variable" id="struct_s_1ab754fee7e3500035f644d0ac528cbfc3" prot="private" static="no" mutable="no"> + <type>int</type> + <definition>int S::pri1</definition> + <argsstring/> + <name>pri1</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>private field </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="044_section.h" bodystart="24" bodyend="-1"/> + </memberdef> + <memberdef kind="variable" id="struct_s_1a4b26822a09bcd6b946702e99280826ff" prot="private" static="no" mutable="no"> + <type>int</type> + <definition>int S::pri2</definition> + <argsstring/> + <name>pri2</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>another private field </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="044_section.h" bodystart="26" bodyend="-1"/> + </memberdef> + </sectiondef> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>A struct </para> + </detaileddescription> + <location file="044_section.h" bodystart="5" bodyend="27"/> + <listofallmembers> + <member refid="struct_s_1ab754fee7e3500035f644d0ac528cbfc3" prot="private" virt="non-virtual"> + <scope>S</scope> + <name>pri1</name> + </member> + <member refid="struct_s_1a4b26822a09bcd6b946702e99280826ff" prot="private" virt="non-virtual"> + <scope>S</scope> + <name>pri2</name> + </member> + <member refid="struct_s_1ac506df106f05b04ac31b3b6ae1357067" prot="protected" virt="non-virtual"> + <scope>S</scope> + <name>pro1</name> + </member> + <member refid="struct_s_1a0c535a6122f4ae509a336e3a67f927a4" prot="protected" virt="non-virtual"> + <scope>S</scope> + <name>pro2</name> + </member> + <member refid="struct_s_1aff6062601582dff52ace76d285c2e504" prot="public" virt="non-virtual"> + <scope>S</scope> + <name>pub1</name> + </member> + <member refid="struct_s_1a413054db7785010db38c16322c8583cc" prot="public" virt="non-virtual"> + <scope>S</scope> + <name>pub2</name> + </member> + </listofallmembers> + </compounddef> +</doxygen> |