/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/102/class_a.xml
57 строк
3 KB
Dimitri van Heesch
issue #10708 Incorrect parsing to xml of c++11 constructs in methods and functions
23 мар 2024, 18:53
Не верифицирован
23 мар 2024, 18:53
b51d6d2
Код
Авторство
О чём код?
<?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_a" kind="class" language="C++" prot="public"> <compoundname>A</compoundname> <includes refid="102__header_8hpp" local="no">102_header.hpp</includes> <sectiondef kind="public-func"> <memberdef kind="function" id="class_a_1ac5350de77c7e927b4bafa27a899743a8" prot="public" static="no" nodiscard="yes" constexpr="yes" const="no" explicit="no" inline="yes" noexcept="yes" noexceptexpression="std::is_nothrow_move_assignable_v< A >" virt="non-virtual"> <type>int</type> <definition>int A::do_stuff</definition> <argsstring>()</argsstring> <name>do_stuff</name> <qualifiedname>A::do_stuff</qualifiedname> <briefdescription> <para>Does stuff. </para> </briefdescription> <detaileddescription> <para>Details </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="102_header.hpp" line="15" column="20" bodyfile="102_header.hpp" bodystart="15" bodyend="17"/> </memberdef> <memberdef kind="function" id="class_a_1aa0ac26ebde08a69be4382f29077bd5d4" prot="public" static="no" nodiscard="yes" constexpr="yes" const="no" explicit="no" inline="yes" noexcept="yes" noexceptexpression="std::is_nothrow_move_assignable_v< A >" virt="non-virtual"> <type>int</type> <definition>int A::do_stuff2</definition> <argsstring>()</argsstring> <name>do_stuff2</name> <qualifiedname>A::do_stuff2</qualifiedname> <briefdescription> <para>Does stuff. </para> </briefdescription> <detaileddescription> <para>Details </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="102_header.hpp" line="21" column="21" bodyfile="102_header.hpp" bodystart="21" bodyend="23"/> </memberdef> </sectiondef> <briefdescription> <para>Some class. </para> </briefdescription> <detaileddescription> </detaileddescription> <location file="102_header.hpp" line="10" column="1" bodyfile="102_header.hpp" bodystart="11" bodyend="24"/> <listofallmembers> <member refid="class_a_1ac5350de77c7e927b4bafa27a899743a8" prot="public" virt="non-virtual"> <scope>A</scope> <name>do_stuff</name> </member> <member refid="class_a_1aa0ac26ebde08a69be4382f29077bd5d4" prot="public" virt="non-virtual"> <scope>A</scope> <name>do_stuff2</name> </member> </listofallmembers> </compounddef> </doxygen>