|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> |
| 3 | + <compounddef id="interface_foo" kind="class" language="Objective-C" prot="public"> |
| 4 | + <compoundname>Foo</compoundname> |
| 5 | + <basecompoundref prot="public" virt="non-virtual"><T></basecompoundref> |
| 6 | + <basecompoundref prot="public" virt="non-virtual">NSObject</basecompoundref> |
| 7 | + <sectiondef kind="public-func"> |
| 8 | + <memberdef kind="function" id="interface_foo_1a08106d196367689cb2708045694bc227" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual"> |
| 9 | + <type>void</type> |
| 10 | + <definition>void Foo::addItem:</definition> |
| 11 | + <argsstring>(T item)</argsstring> |
| 12 | + <name>addItem:</name> |
| 13 | + <qualifiedname>-[Foo addItem:]</qualifiedname> |
| 14 | + <param> |
| 15 | + <type>T</type> |
| 16 | + <declname>item</declname> |
| 17 | + </param> |
| 18 | + <briefdescription> |
| 19 | + </briefdescription> |
| 20 | + <detaileddescription> |
| 21 | + <para>add an item </para> |
| 22 | + </detaileddescription> |
| 23 | + <inbodydescription> |
| 24 | + </inbodydescription> |
| 25 | + <location file="117_objc_multiline_interface.m" line="12" column="1"/> |
| 26 | + </memberdef> |
| 27 | + <memberdef kind="function" id="interface_foo_1a114084d9f2b22afab4b9376a44f3c036" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual"> |
| 28 | + <type>void</type> |
| 29 | + <definition>void Foo::removeItem:</definition> |
| 30 | + <argsstring>(T item)</argsstring> |
| 31 | + <name>removeItem:</name> |
| 32 | + <qualifiedname>-[Foo removeItem:]</qualifiedname> |
| 33 | + <param> |
| 34 | + <type>T</type> |
| 35 | + <declname>item</declname> |
| 36 | + </param> |
| 37 | + <briefdescription> |
| 38 | + </briefdescription> |
| 39 | + <detaileddescription> |
| 40 | + <para>remove an item </para> |
| 41 | + </detaileddescription> |
| 42 | + <inbodydescription> |
| 43 | + </inbodydescription> |
| 44 | + <location file="117_objc_multiline_interface.m" line="14" column="1"/> |
| 45 | + </memberdef> |
| 46 | + </sectiondef> |
| 47 | + <briefdescription> |
| 48 | + </briefdescription> |
| 49 | + <detaileddescription> |
| 50 | + <para>A generic container. </para> |
| 51 | + </detaileddescription> |
| 52 | + <inheritancegraph> |
| 53 | + <node id="2"> |
| 54 | + <label><T></label> |
| 55 | + </node> |
| 56 | + <node id="1"> |
| 57 | + <label>Foo</label> |
| 58 | + <link refid="interface_foo"/> |
| 59 | + <childnode refid="2" relation="public-inheritance"> |
| 60 | + </childnode> |
| 61 | + <childnode refid="3" relation="public-inheritance"> |
| 62 | + </childnode> |
| 63 | + </node> |
| 64 | + <node id="3"> |
| 65 | + <label>NSObject</label> |
| 66 | + </node> |
| 67 | + </inheritancegraph> |
| 68 | + <collaborationgraph> |
| 69 | + <node id="2"> |
| 70 | + <label><T></label> |
| 71 | + </node> |
| 72 | + <node id="1"> |
| 73 | + <label>Foo</label> |
| 74 | + <link refid="interface_foo"/> |
| 75 | + <childnode refid="2" relation="public-inheritance"> |
| 76 | + </childnode> |
| 77 | + <childnode refid="3" relation="public-inheritance"> |
| 78 | + </childnode> |
| 79 | + </node> |
| 80 | + <node id="3"> |
| 81 | + <label>NSObject</label> |
| 82 | + </node> |
| 83 | + </collaborationgraph> |
| 84 | + <location file="117_objc_multiline_interface.m" line="8" column="12" bodyfile="117_objc_multiline_interface.m" bodystart="10" bodyend="-1"/> |
| 85 | + <listofallmembers> |
| 86 | + <member refid="interface_foo_1a08106d196367689cb2708045694bc227" prot="public" virt="virtual"> |
| 87 | + <scope>Foo</scope> |
| 88 | + <name>addItem:</name> |
| 89 | + </member> |
| 90 | + <member refid="interface_foo_1a114084d9f2b22afab4b9376a44f3c036" prot="public" virt="virtual"> |
| 91 | + <scope>Foo</scope> |
| 92 | + <name>removeItem:</name> |
| 93 | + </member> |
| 94 | + </listofallmembers> |
| 95 | + </compounddef> |
| 96 | +</doxygen> |
0 commit comments