summaryrefslogtreecommitdiffstats
path: root/testing/067
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-12-27 18:35:57 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-12-27 18:35:57 (GMT)
commit3a356ac57960643cd9433e183e0635e467e38a87 (patch)
tree8e9d00ed84d6f648aeb7f911faeb05e0d1a6cfd6 /testing/067
parent27731a36c182f672fe4486c4a9ae390c4ee8a10f (diff)
parent818f0458205a2965f0a676265e2454450a4c3455 (diff)
downloadDoxygen-3a356ac57960643cd9433e183e0635e467e38a87.zip
Doxygen-3a356ac57960643cd9433e183e0635e467e38a87.tar.gz
Doxygen-3a356ac57960643cd9433e183e0635e467e38a87.tar.bz2
Merge branch 'variadic' of https://github.com/mehw/doxygen into mehw-variadic
Diffstat (limited to 'testing/067')
-rw-r--r--testing/067/067__link__varargs_8cpp.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/testing/067/067__link__varargs_8cpp.xml b/testing/067/067__link__varargs_8cpp.xml
new file mode 100644
index 0000000..76eb543
--- /dev/null
+++ b/testing/067/067__link__varargs_8cpp.xml
@@ -0,0 +1,54 @@
+<?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="067__link__varargs_8cpp" kind="file" language="C++">
+ <compoundname>067_link_varargs.cpp</compoundname>
+ <innerclass refid="class_test" prot="public">Test</innerclass>
+ <sectiondef kind="func">
+ <memberdef kind="function" id="067__link__varargs_8cpp_1affb6da6cff1b57cdf8efc0123dceac9b" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
+ <type>void</type>
+ <definition>void func</definition>
+ <argsstring>(int p)</argsstring>
+ <name>func</name>
+ <param>
+ <type>int</type>
+ <declname>p</declname>
+ </param>
+ <briefdescription>
+ </briefdescription>
+ <detaileddescription>
+ <para>A function </para>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="067_link_varargs.cpp" line="11" column="1"/>
+ </memberdef>
+ <memberdef kind="function" id="067__link__varargs_8cpp_1a106e01084409028d1b41f5ad83fb82c1" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
+ <type>void</type>
+ <definition>void func</definition>
+ <argsstring>(int p,...)</argsstring>
+ <name>func</name>
+ <param>
+ <type>int</type>
+ <declname>p</declname>
+ </param>
+ <param>
+ <type>...</type>
+ </param>
+ <briefdescription>
+ </briefdescription>
+ <detaileddescription>
+ <para>Overloaded function taking variadic arguments </para>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="067_link_varargs.cpp" line="15" column="1"/>
+ </memberdef>
+ </sectiondef>
+ <briefdescription>
+ </briefdescription>
+ <detaileddescription>
+ <para>See <ref refid="067__link__varargs_8cpp_1a106e01084409028d1b41f5ad83fb82c1" kindref="member">the function</ref> for more info. See the <ref refid="class_test" kindref="compound">test</ref> class. </para>
+ </detaileddescription>
+ <location file="067_link_varargs.cpp"/>
+ </compounddef>
+</doxygen>