diff options
Diffstat (limited to 'testing/057/namespacelibrary.xml')
-rw-r--r-- | testing/057/namespacelibrary.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/057/namespacelibrary.xml b/testing/057/namespacelibrary.xml new file mode 100644 index 0000000..5321ad7 --- /dev/null +++ b/testing/057/namespacelibrary.xml @@ -0,0 +1,32 @@ +<?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="namespacelibrary" kind="namespace" language="C++"> + <compoundname>library</compoundname> + <innerclass refid="classlibrary_1_1v2_1_1foo" prot="public">library::foo</innerclass> + <innernamespace refid="namespacelibrary_1_1v2_1_1_n_s">library::NS</innernamespace> + <innernamespace refid="namespacelibrary_1_1v1">library::v1</innernamespace> + <innernamespace refid="namespacelibrary_1_1v2" inline="yes">library::v2</innernamespace> + <sectiondef kind="func"> + <memberdef kind="function" id="namespacelibrary_1_1v2_1aba9375172f5b36e1f4fda9b1dec39d90" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> + <type>void</type> + <definition>void library::v2::func</definition> + <argsstring>()</argsstring> + <name>func</name> + <briefdescription> + <para>a method </para> + </briefdescription> + <detaileddescription> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="057_inlinenamespace.cpp" line="33" column="14" declfile="057_inlinenamespace.cpp" declline="33" declcolumn="14"/> + </memberdef> + </sectiondef> + <briefdescription> + <para>the main namespace </para> + </briefdescription> + <detaileddescription> + </detaileddescription> + <location file="057_inlinenamespace.cpp" line="7" column="1"/> + </compounddef> +</doxygen> |