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/037 | |
parent | ea7a639c40a88c0de4baad4c0ffd5ae4b4065969 (diff) | |
download | Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.zip Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.tar.gz Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.tar.bz2 |
Added regression test suite
Diffstat (limited to 'testing/037')
-rw-r--r-- | testing/037/class_receiver.xml | 42 | ||||
-rw-r--r-- | testing/037/class_sender.xml | 42 |
2 files changed, 84 insertions, 0 deletions
diff --git a/testing/037/class_receiver.xml b/testing/037/class_receiver.xml new file mode 100644 index 0000000..eb37d47 --- /dev/null +++ b/testing/037/class_receiver.xml @@ -0,0 +1,42 @@ +<?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="class_receiver" kind="class" prot="public"> + <compoundname>Receiver</compoundname> + <sectiondef kind="public-func"> + <memberdef kind="function" id="class_receiver_1a162099741e0324e6254c9bc570566e40" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> + <type>void</type> + <definition>void Receiver::Command</definition> + <argsstring>(int commandId)</argsstring> + <name>Command</name> + <param> + <type>int</type> + <declname>commandId</declname> + </param> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>Executable a command on the server </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="037_msc.cpp" line="32" column="1"/> + </memberdef> + </sectiondef> + <briefdescription> + </briefdescription> + <detaileddescription> + <para><ref refid="class_receiver" kindref="compound">Receiver</ref> class. Can be used to receive and execute commands. After execution of a command, the receiver will send an acknowledgement <msc> + Receiver,Sender; + Receiver<-Sender [label="Command()", URL="\ref Command()"]; + Receiver->Sender [label="Ack()", URL="\ref Sender::Ack()", ID="1"]; +</msc> </para> + </detaileddescription> + <location file="037_msc.cpp" bodystart="28" bodyend="33"/> + <listofallmembers> + <member refid="class_receiver_1a162099741e0324e6254c9bc570566e40" prot="public" virt="non-virtual"> + <scope>Receiver</scope> + <name>Command</name> + </member> + </listofallmembers> + </compounddef> +</doxygen> diff --git a/testing/037/class_sender.xml b/testing/037/class_sender.xml new file mode 100644 index 0000000..117ed93 --- /dev/null +++ b/testing/037/class_sender.xml @@ -0,0 +1,42 @@ +<?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="class_sender" kind="class" prot="public"> + <compoundname>Sender</compoundname> + <sectiondef kind="public-func"> + <memberdef kind="function" id="class_sender_1a8ad2c6f9baa4e798868fe4a4d45f8fda" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> + <type>void</type> + <definition>void Sender::Ack</definition> + <argsstring>(bool ok)</argsstring> + <name>Ack</name> + <param> + <type>bool</type> + <declname>ok</declname> + </param> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>Acknowledgement from server </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="037_msc.cpp" line="17" column="1"/> + </memberdef> + </sectiondef> + <briefdescription> + </briefdescription> + <detaileddescription> + <para><ref refid="class_sender" kindref="compound">Sender</ref> class. Can be used to send a command to the server. The receiver will acknowledge the command by calling <ref refid="class_sender_1a8ad2c6f9baa4e798868fe4a4d45f8fda" kindref="member">Ack()</ref>. <msc> + Sender,Receiver; + Sender->Receiver [label="Command()", URL="\ref Receiver::Command()"]; + Sender<-Receiver [label="Ack()", URL="\ref Ack()", ID="1"]; +</msc> </para> + </detaileddescription> + <location file="037_msc.cpp" bodystart="13" bodyend="18"/> + <listofallmembers> + <member refid="class_sender_1a8ad2c6f9baa4e798868fe4a4d45f8fda" prot="public" virt="non-virtual"> + <scope>Sender</scope> + <name>Ack</name> + </member> + </listofallmembers> + </compounddef> +</doxygen> |