summaryrefslogtreecommitdiffstats
path: root/testing/082/namespace_n.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-01-12 13:58:16 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-01-12 13:58:16 (GMT)
commit7f40e488e27bcea4bb15045df05479dc5fbd9d6d (patch)
tree9497084f8c326623c0ed92e0f6974f845ad0fa8a /testing/082/namespace_n.xml
parent121ec253945f6563ac6731e3596cd9beaa39cb72 (diff)
downloadDoxygen-7f40e488e27bcea4bb15045df05479dc5fbd9d6d.zip
Doxygen-7f40e488e27bcea4bb15045df05479dc5fbd9d6d.tar.gz
Doxygen-7f40e488e27bcea4bb15045df05479dc5fbd9d6d.tar.bz2
Added declfile, declline, and declcolumn attributes to the location element in the XML output
Diffstat (limited to 'testing/082/namespace_n.xml')
-rw-r--r--testing/082/namespace_n.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/082/namespace_n.xml b/testing/082/namespace_n.xml
new file mode 100644
index 0000000..81867fe
--- /dev/null
+++ b/testing/082/namespace_n.xml
@@ -0,0 +1,50 @@
+<?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="namespace_n" kind="namespace" language="C++">
+ <compoundname>N</compoundname>
+ <sectiondef kind="var">
+ <memberdef kind="variable" id="namespace_n_1a406e233433deabc7b1612470373d53e0" prot="public" static="no" mutable="no">
+ <type>int</type>
+ <definition>int N::var</definition>
+ <argsstring/>
+ <name>var</name>
+ <briefdescription>
+ <para>variable declaration </para>
+ </briefdescription>
+ <detaileddescription>
+ <para>Detailed docs. </para>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="082_decl_def.cpp" line="11" column="1" bodyfile="082_decl_def.cpp" bodystart="11" bodyend="-1" declfile="decl_def.h" declline="5" declcolumn="1"/>
+ </memberdef>
+ </sectiondef>
+ <sectiondef kind="func">
+ <memberdef kind="function" id="namespace_n_1a0c776dda1c868f653e020c9ee8dc83bb" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
+ <type>void</type>
+ <definition>void N::foo</definition>
+ <argsstring>(int param)</argsstring>
+ <name>foo</name>
+ <param>
+ <type>int</type>
+ <declname>param</declname>
+ </param>
+ <briefdescription>
+ <para>function declaration </para>
+ </briefdescription>
+ <detaileddescription>
+ <para>Detailed docs. </para>
+ </detaileddescription>
+ <inbodydescription>
+ </inbodydescription>
+ <location file="082_decl_def.cpp" line="14" column="1" bodyfile="082_decl_def.cpp" bodystart="14" bodyend="16" declfile="decl_def.h" declline="8" declcolumn="1"/>
+ </memberdef>
+ </sectiondef>
+ <briefdescription>
+ </briefdescription>
+ <detaileddescription>
+ <para>Namespace </para>
+ </detaileddescription>
+ <location file="082_decl_def.cpp" line="8" column="1"/>
+ </compounddef>
+</doxygen>