File tree Expand file tree Collapse file tree 2 files changed +53
-13
lines changed Expand file tree Collapse file tree 2 files changed +53
-13
lines changed Original file line number Diff line number Diff line change
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 ();
Original file line number Diff line number Diff line change 2
2
<mrdox xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" https://github.com/cppalliance/mrdox/raw/develop/mrdox.rnc" >
4
4
<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 >
5
16
<function name =" f6" id =" NEkWCLiknLGzCD6JnXuBTSAAne8=" >
6
17
<file path =" brief-1.cpp" line =" 39" />
7
18
<doc >
8
19
<brief >
9
- <text >brief</text >
20
+ <text > brief</text >
10
21
</brief >
11
22
<para >
12
- <text >many lined</text >
23
+ <text > many lined</text >
24
+ <text ></text >
13
25
<bold >bold</bold >
14
26
<text > what will</text >
15
27
<text > happen?</text >
16
28
</para >
17
29
</doc >
18
30
</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 >
30
31
</namespace >
31
32
</mrdox >
You can’t perform that action at this time.
0 commit comments