Skip to content

Commit 8c09550

Browse files
committed
Independent copydetails tests
#test
1 parent ec14559 commit 8c09550

File tree

8 files changed

+994
-9
lines changed

8 files changed

+994
-9
lines changed

test-files/golden-tests/javadoc/copydoc/copydoc.adoc renamed to test-files/golden-tests/javadoc/copybrief/copybrief.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ brief1
3131
=== Synopsis
3232

3333

34-
Declared in `<copydoc.cpp>`
34+
Declared in `<copybrief.cpp>`
3535

3636
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
3737
----
@@ -48,7 +48,7 @@ brief1
4848
=== Synopsis
4949

5050

51-
Declared in `<copydoc.cpp>`
51+
Declared in `<copybrief.cpp>`
5252

5353
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
5454
----
@@ -65,7 +65,7 @@ brief1
6565
=== Synopsis
6666

6767

68-
Declared in `<copydoc.cpp>`
68+
Declared in `<copybrief.cpp>`
6969

7070
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
7171
----

test-files/golden-tests/javadoc/copydoc/copydoc.html renamed to test-files/golden-tests/javadoc/copybrief/copybrief.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 id="f1">f1</h2>
4242
<div>
4343
<h3>Synopsis</h3>
4444
<div>
45-
Declared in <code>&lt;copydoc.cpp&gt;</code></div>
45+
Declared in <code>&lt;copybrief.cpp&gt;</code></div>
4646
<pre>
4747
<code class="source-code cpp">
4848
void
@@ -63,7 +63,7 @@ <h2 id="f2">f2</h2>
6363
<div>
6464
<h3>Synopsis</h3>
6565
<div>
66-
Declared in <code>&lt;copydoc.cpp&gt;</code></div>
66+
Declared in <code>&lt;copybrief.cpp&gt;</code></div>
6767
<pre>
6868
<code class="source-code cpp">
6969
void
@@ -84,7 +84,7 @@ <h2 id="f3">f3</h2>
8484
<div>
8585
<h3>Synopsis</h3>
8686
<div>
87-
Declared in <code>&lt;copydoc.cpp&gt;</code></div>
87+
Declared in <code>&lt;copybrief.cpp&gt;</code></div>
8888
<pre>
8989
<code class="source-code cpp">
9090
void

test-files/golden-tests/javadoc/copydoc/copydoc.xml renamed to test-files/golden-tests/javadoc/copybrief/copybrief.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
xsi:noNamespaceSchemaLocation="https://github.com/cppalliance/mrdocs/raw/develop/mrdocs.rnc">
44
<namespace id="//////////////////////////8=">
55
<function name="f1" id="CnO51rIKTzfiVKHkR3TdPa0eo+8=">
6-
<file short-path="copydoc.cpp" source-path="copydoc.cpp" line="4"/>
6+
<file short-path="copybrief.cpp" source-path="copybrief.cpp" line="4"/>
77
<doc>
88
<brief>
99
<text>brief1</text>
1010
</brief>
1111
</doc>
1212
</function>
1313
<function name="f2" id="0MJUv5yGFR9nXWFLeYc+rjOY+iM=">
14-
<file short-path="copydoc.cpp" source-path="copydoc.cpp" line="7"/>
14+
<file short-path="copybrief.cpp" source-path="copybrief.cpp" line="7"/>
1515
<doc>
1616
<brief>
1717
<text>brief1</text>
1818
</brief>
1919
</doc>
2020
</function>
2121
<function name="f3" id="khwJweIqd5FuWAg8T+l+GEljQVc=">
22-
<file short-path="copydoc.cpp" source-path="copydoc.cpp" line="10"/>
22+
<file short-path="copybrief.cpp" source-path="copybrief.cpp" line="10"/>
2323
<doc>
2424
<brief>
2525
<text>brief1</text>

0 commit comments

Comments
 (0)