Skip to content

Commit 9fe16c8

Browse files
committed
fix: add back brief-1.cpp
1 parent e0a82fb commit 9fe16c8

File tree

2 files changed

+53
-13
lines changed

2 files changed

+53
-13
lines changed

test-files/old-tests/brief-1.cpp

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
// Test the various ways the
2+
// brief can be specified
3+
4+
#if 0
5+
/**brief
6+
*/
7+
void f1();
8+
9+
/** brief
10+
*/
11+
void f2();
12+
13+
/** brief
14+
continued
15+
*/
16+
void f3();
17+
18+
/** pre
19+
20+
@brief brief
21+
22+
post
23+
*/
24+
void f4();
25+
#endif
26+
27+
/** brief @b bold it
28+
continues to the line.
29+
*/
30+
void f5();
31+
32+
/** brief
33+
34+
many lined
35+
@b bold
36+
what will
37+
happen?
38+
*/
39+
void f6();

test-files/old-tests/brief-1.xml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,31 @@
22
<mrdox xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://github.com/cppalliance/mrdox/raw/develop/mrdox.rnc">
44
<namespace name="">
5+
<function name="f5" id="RnDTZyCZuSqydMEPutN0yG4E/xg=">
6+
<file path="brief-1.cpp" line="30"/>
7+
<doc>
8+
<brief>
9+
<text> brief</text>
10+
<bold>bold</bold>
11+
<text> it</text>
12+
<text>continues to the line.</text>
13+
</brief>
14+
</doc>
15+
</function>
516
<function name="f6" id="NEkWCLiknLGzCD6JnXuBTSAAne8=">
617
<file path="brief-1.cpp" line="39"/>
718
<doc>
819
<brief>
9-
<text>brief</text>
20+
<text> brief</text>
1021
</brief>
1122
<para>
12-
<text>many lined</text>
23+
<text> many lined</text>
24+
<text></text>
1325
<bold>bold</bold>
1426
<text> what will</text>
1527
<text> happen?</text>
1628
</para>
1729
</doc>
1830
</function>
19-
<function name="f5" id="RnDTZyCZuSqydMEPutN0yG4E/xg=">
20-
<file path="brief-1.cpp" line="30"/>
21-
<doc>
22-
<brief>
23-
<text>brief</text>
24-
<bold>bold</bold>
25-
<text> it</text>
26-
<text>continues to the line.</text>
27-
</brief>
28-
</doc>
29-
</function>
3031
</namespace>
3132
</mrdox>

0 commit comments

Comments
 (0)