diff options
Diffstat (limited to 'testing/011')
-rw-r--r-- | testing/011/category_integer_07_arithmetic_08.xml | 60 | ||||
-rw-r--r-- | testing/011/interface_integer.xml | 99 |
2 files changed, 159 insertions, 0 deletions
diff --git a/testing/011/category_integer_07_arithmetic_08.xml b/testing/011/category_integer_07_arithmetic_08.xml new file mode 100644 index 0000000..9d64d98 --- /dev/null +++ b/testing/011/category_integer_07_arithmetic_08.xml @@ -0,0 +1,60 @@ +<?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="category_integer_07_arithmetic_08" kind="category" prot="public"> + <compoundname>Integer(Arithmetic)</compoundname> + <sectiondef kind="public-func"> + <memberdef kind="function" id="category_integer_07_arithmetic_08_1a12f411c5872ba3bafb8ea7dd1826cf2a" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual"> + <type>id</type> + <definition>id Integer(Arithmetic)::add:</definition> + <argsstring>(Integer *addend)</argsstring> + <name>add:</name> + <param> + <type><ref refid="interface_integer" kindref="compound">Integer</ref> *</type> + <declname>addend</declname> + </param> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>add operation </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="011_category.m" line="8" column="1"/> + </memberdef> + <memberdef kind="function" id="category_integer_07_arithmetic_08_1ae4ff0b0c62b6809e8f5bcee9baa6e521" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual"> + <type>id</type> + <definition>id Integer(Arithmetic)::sub:</definition> + <argsstring>(Integer *subtrahend)</argsstring> + <name>sub:</name> + <param> + <type><ref refid="interface_integer" kindref="compound">Integer</ref> *</type> + <declname>subtrahend</declname> + </param> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>substract operation </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="011_category.m" line="8" column="1"/> + </memberdef> + </sectiondef> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>A category </para> + </detaileddescription> + <location file="011_category.m" bodystart="17" bodyend="-1"/> + <listofallmembers> + <member refid="category_integer_07_arithmetic_08_1a12f411c5872ba3bafb8ea7dd1826cf2a" prot="public" virt="virtual"> + <scope>Integer(Arithmetic)</scope> + <name>add:</name> + </member> + <member refid="category_integer_07_arithmetic_08_1ae4ff0b0c62b6809e8f5bcee9baa6e521" prot="public" virt="virtual"> + <scope>Integer(Arithmetic)</scope> + <name>sub:</name> + </member> + </listofallmembers> + </compounddef> +</doxygen> diff --git a/testing/011/interface_integer.xml b/testing/011/interface_integer.xml new file mode 100644 index 0000000..bdbcad2 --- /dev/null +++ b/testing/011/interface_integer.xml @@ -0,0 +1,99 @@ +<?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="interface_integer" kind="class" prot="public"> + <compoundname>Integer</compoundname> + <basecompoundref prot="public" virt="non-virtual">Object</basecompoundref> + <sectiondef kind="protected-attrib"> + <memberdef kind="variable" id="interface_integer_1a35e89216966d8179a1b77f14b8211fda" prot="protected" static="no" mutable="no"> + <type>int</type> + <definition>int Integer::integer</definition> + <argsstring/> + <name>integer</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>data member </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="011_category.m" bodystart="8" bodyend="-1"/> + </memberdef> + </sectiondef> + <sectiondef kind="public-func"> + <memberdef kind="function" id="interface_integer_1a7b55035e1b0e8e7d4c8587f54a760819" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual"> + <type>int</type> + <definition>int Integer::integer</definition> + <argsstring>()</argsstring> + <name>integer</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>getter </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="011_category.m" line="8" column="1"/> + </memberdef> + <memberdef kind="function" id="interface_integer_1ad2f47761103b2442ff7b3fbfe33ec6c9" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual"> + <type>id</type> + <definition>id Integer::integer:</definition> + <argsstring>(int _integer)</argsstring> + <name>integer:</name> + <param> + <type>int</type> + <declname>_integer</declname> + </param> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>setter </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="011_category.m" line="8" column="1"/> + </memberdef> + </sectiondef> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>An interface </para> + </detaileddescription> + <inheritancegraph> + <node id="1"> + <label>Object</label> + </node> + <node id="0"> + <label>Integer</label> + <link refid="interface_integer"/> + <childnode refid="1" relation="public-inheritance"> + </childnode> + </node> + </inheritancegraph> + <collaborationgraph> + <node id="3"> + <label>Object</label> + </node> + <node id="2"> + <label>Integer</label> + <link refid="interface_integer"/> + <childnode refid="3" relation="public-inheritance"> + </childnode> + </node> + </collaborationgraph> + <location file="011_category.m" bodystart="6" bodyend="-1"/> + <listofallmembers> + <member refid="interface_integer_1a35e89216966d8179a1b77f14b8211fda" prot="protected" virt="non-virtual"> + <scope>Integer</scope> + <name>integer</name> + </member> + <member refid="interface_integer_1a7b55035e1b0e8e7d4c8587f54a760819" prot="public" virt="virtual"> + <scope>Integer</scope> + <name>integer</name> + </member> + <member refid="interface_integer_1ad2f47761103b2442ff7b3fbfe33ec6c9" prot="public" virt="virtual"> + <scope>Integer</scope> + <name>integer:</name> + </member> + </listofallmembers> + </compounddef> +</doxygen> |