We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b8a92 commit af1a9cfCopy full SHA for af1a9cf
test-files/old-tests/out-of-line-record-def.cpp
@@ -0,0 +1,8 @@
1
+namespace N
2
+{
3
+ struct S;
4
+}
5
+
6
+struct N::S
7
8
+};
test-files/old-tests/out-of-line-record-def.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mrdox xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://github.com/cppalliance/mrdox/raw/develop/mrdox.rnc">
+<namespace name="">
+ <namespace name="N" id="rjlMNXAaWNMkQYMTJzRA1DR0DiE=">
+ <struct name="S" id="BOgJOhZPKKMy9QBLYD1JPMD1Doc=">
+ <file path="out-of-line-record-def.cpp" line="6" class="def"/>
+ <file path="out-of-line-record-def.cpp" line="3"/>
9
+ </struct>
10
+ </namespace>
11
+</namespace>
12
+</mrdox>
0 commit comments