/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/041/class_test.xml
103 строки
5 KB
albert-github
Yesting with ` CLANG_ASSISTED_PARSING=YES`
31 июл 2023, 13:46
31 июл 2023, 13:46
3123107
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> <compounddef id="class_test" kind="class" language="C++" prot="public"> <compoundname>Test</compoundname> <sectiondef kind="public-func"> <memberdef kind="function" id="class_test_1a8e7b46ceaf7bd2ab94114b390b3288ca" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type>void</type> <definition>void Test::drawRect</definition> <argsstring>(int, int, int, int)</argsstring> <name>drawRect</name> <qualifiedname>Test::drawRect</qualifiedname> <param> <type>int</type> <defname>x</defname> </param> <param> <type>int</type> <defname>y</defname> </param> <param> <type>int</type> <defname>w</defname> </param> <param> <type>int</type> <defname>h</defname> </param> <briefdescription> </briefdescription> <detaileddescription> <para>This command draws a rectangle with a left upper corner at ( <emphasis>x</emphasis> , <emphasis>y</emphasis> ), width <emphasis>w</emphasis> and height <emphasis>h</emphasis>. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="041_overload.cpp" line="8" column="10" bodyfile="041_overload.cpp" bodystart="13" bodyend="13"/> </memberdef> <memberdef kind="function" id="class_test_1ae87a6e26707e684c0d2d07bb3d4a9d7f" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type>void</type> <definition>void Test::drawRect</definition> <argsstring>(const Rect &r)</argsstring> <name>drawRect</name> <qualifiedname>Test::drawRect</qualifiedname> <param> <type>const Rect &</type> <declname>r</declname> </param> <briefdescription> </briefdescription> <detaileddescription> <para>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.</para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="041_overload.cpp" line="9" column="10" bodyfile="041_overload.cpp" bodystart="14" bodyend="14"/> </memberdef> <memberdef kind="function" id="class_test_1a62a76eed05fa84633d1e460aeeaf875d" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type>void</type> <definition>void Test::drawRect</definition> <argsstring>(const Point &topLeft, const Point &bottomRight)</argsstring> <name>drawRect</name> <qualifiedname>Test::drawRect</qualifiedname> <param> <type>const Point &</type> <declname>topLeft</declname> </param> <param> <type>const Point &</type> <declname>bottomRight</declname> </param> <briefdescription> </briefdescription> <detaileddescription> <para>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.</para> <para>More text. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="041_overload.cpp" line="10" column="10" bodyfile="041_overload.cpp" bodystart="19" bodyend="19"/> </memberdef> </sectiondef> <briefdescription> <para>A short description. </para> </briefdescription> <detaileddescription> <para>More text. </para> </detaileddescription> <location file="041_overload.cpp" line="5" column="1" bodyfile="041_overload.cpp" bodystart="6" bodyend="11"/> <listofallmembers> <member refid="class_test_1a8e7b46ceaf7bd2ab94114b390b3288ca" prot="public" virt="non-virtual"> <scope>Test</scope> <name>drawRect</name> </member> <member refid="class_test_1ae87a6e26707e684c0d2d07bb3d4a9d7f" prot="public" virt="non-virtual"> <scope>Test</scope> <name>drawRect</name> </member> <member refid="class_test_1a62a76eed05fa84633d1e460aeeaf875d" prot="public" virt="non-virtual"> <scope>Test</scope> <name>drawRect</name> </member> </listofallmembers> </compounddef> </doxygen>